-
Notifications
You must be signed in to change notification settings - Fork 47
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
Uncaught SyntaxError: Unexpected end of JSON input #62
Comments
This repo is not being actively maintained 🙁 In the meantime, I suggest that you look at hydrogen to run code inline in Atom's text editor, nteract (a new Jupyter notebook client built using Electron, React, Redux, RxJS), Jupyter Notebook, and JupyterLab. Having said that, nteract is currently extracting its many components into separate packages which will allow them to be reused and assembled to create new apps. When I have the time, I would like to use them to completely refactor this project. |
@gnestor I think this package may be necessary for those who work both on notebooks and libraries. nteract does not yet support python code editing (but I think this is out its scope), while atom provides more packages in this case. Having two applications (atom and nteract) running for this use case would be difficult to handle (considering I would also need a terminal). |
@fbrundu Both nteract and this package currently launch kernels themselves, so you don't need to start the Jupyter notebook server in order to use them. Additionally, the idea is to port the nteract notebook packages to this package and in doing, not maintain 2 totally separate code bases, but 2 different implementations of the same code base. |
[Enter steps to reproduce:]
Atom: 1.14.3 x64
Electron: 1.3.13
OS: Mac OS X 10.12.3
Thrown From: jupyter-notebook package 0.0.9
Stack Trace
Uncaught SyntaxError: Unexpected end of JSON input
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: