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
IPython 5 is already here. Plus, IPython has now been included in the Jupyter project. Any chance to support Jupyter? Where to start looking to add support?
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response. I have no plans to update the plugin at this moment, but will merge pull requests that would provide support for newer versions of Jupyter/Phantoms/etc.
To update to the new version of Jupyter:
You can start by looking at ipy_connection.py that handles interaction with the server. You will probably need to change URLs used there as new versions of Jupyter have changed their URL scheme.
NBFormat (in external) will most likely need to be updated as well. I have a script there that copies it from IPython folder and does some regexp substitutions to make it work, that would need to be fixed as well.
Feel free to ask questions if you would end up trying to do this.
EDIT: went ahead and started it here: https://github.com/maximsch2/SublimeIPythonNotebook/tree/jupyter
That branch can now load the notebook from latest Jupyter server (notebook has to be in v4 format). There is no tree traversal yet, so the notebook has to be in the root folder.
IPython 5 is already here. Plus, IPython has now been included in the Jupyter project. Any chance to support Jupyter? Where to start looking to add support?
The text was updated successfully, but these errors were encountered: