SublimeIPythonNotebook
SublimeIPythonNotebook copied to clipboard
open notebook
Hi I can't figure out how to start this up. I run the open ipython notebook command in ST3, then an input bar opens at the bottom to ask my port. I enter http://127.0.0.1:8888 OR http://127.0.0.1:8888/notebooks/Untitled0.ipynb
so I press enter, and nothing happens. I've also tried running the notebook in a terminal first but nada.
Really excited about this plugin once I know how to run it!
I'm using Ubuntu 14.04, python 2.7, sublime text 3.
It does not work with IPython 2.0.
which ipython does it work with?
I was having the same problem with Ipython Notebook 2.0.0. Find your Ipython version type:
import IPython IPython.version
It only works with Ipython Notebook 3
IPython version 3.0.0-Dev
C:\Python34>ipython
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)]
Type "copyright", "credits" or "license" for more information.
IPython 3.0.0-dev -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import IPython
In [2]: IPython.version_info
Out[2]: (3, 0, 0, 'dev')
In ST3: Open command menu (ctrl+shift+p ) > "Open IPython Notebook" Enter into host/port prompt: "http://127.0.0.1:8888"
Console output:
Error during loading notebook list from http://127.0.0.1:8888/notebooks
No JSON object could be decoded
Cannot get a list of notebooks
Is there anything else that needs to be done? It doesn't seem to work with version 3 either.
I think the latest version it works with is IPython 1.0. Patches to support newer IPython versions are of course welcome.
Maxim Grechkin
On Fri, Nov 7, 2014 at 2:10 PM, CJB [email protected] wrote:
IPython version 3.0.0-Dev
C:\Python34>ipython Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)] Type "copyright", "credits" or "license" for more information.
IPython 3.0.0-dev -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.
In [1]: import IPython
In [2]: IPython.version_info Out[2]: (3, 0, 0, 'dev')
In ST3: Open command menu (ctrl+shift+p ) > "Open IPython Notebook" Enter into host/port prompt: "http://127.0.0.1:8888"
Console output:
Error during loading notebook list from http://127.0.0.1:8888/notebooks No JSON object could be decoded Cannot get a list of notebooks
Is there anything else that needs to be done? It doesn't seem to work with version 3 either.
— Reply to this email directly or view it on GitHub https://github.com/maximsch2/SublimeIPythonNotebook/issues/27#issuecomment-62222784 .
Still not working here...
Does this plugin support linux? Cause the settings files say osx...