You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Pin wheel, twine, and setuptools versions to allow a markdown description on the warehouse
* Rewrite the unittests as pytests and add a watcher for improved development in lab.
* yaml/pyyaml#126 install yaml from github to pass 3.7dev
When cells in a notebook contain magic commands, ipynb cannot import the notebook.
For example, a cell in a notebook contains
%matplotlib inline
. To import this notebook, ipynb throws an exception,SyntaxError: invalid syntax
.The text was updated successfully, but these errors were encountered: