Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open notebook #27

Open
lewis500 opened this issue Sep 12, 2014 · 6 comments
Open

open notebook #27

lewis500 opened this issue Sep 12, 2014 · 6 comments

Comments

@lewis500
Copy link

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.

@z-m-k
Copy link
Contributor

z-m-k commented Sep 17, 2014

It does not work with IPython 2.0.

@lewis500
Copy link
Author

which ipython does it work with?

@salilnavgire
Copy link

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

@TripleDogDare
Copy link

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.

@maximsch2
Copy link
Owner

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
#27 (comment)
.

@xguse
Copy link

xguse commented Feb 27, 2015

Still not working here...

Does this plugin support linux? Cause the settings files say osx...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants