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

Alternative client implementationto Jupyter-Notebook? #373

Open
1kastner opened this issue Oct 6, 2018 · 3 comments
Open

Alternative client implementationto Jupyter-Notebook? #373

1kastner opened this issue Oct 6, 2018 · 3 comments

Comments

@1kastner
Copy link

1kastner commented Oct 6, 2018

In https://github.com/jupyter/jupyter/wiki/Jupyter-kernels we can see a long list of kernels. Is there a comparable list of different clients? Like, the most beloved one should be Jupyter-Notebook but maybe there are some special-purpose applications which use the protocol to have their calculations done on a remote machine?

One place I saw was a Python implementation of the client side at https://github.com/yuvipanda/hubtraf/blob/master/hubtraf/user.py and I guess web applications might import the JavaScript files from Jupyter-Notebook as that is a working implementation of the protocol (if there are any).

@gwerbin
Copy link

gwerbin commented Oct 12, 2018

Nteract and Hydrogen are both Jupyter front-ends. They can both communicate with Jupyter kernels but I don't know if they use the same .ipynb file format.

Pycharm has support for editing Jupyter notebooks.

@1kastner
Copy link
Author

Should they also be mentioned in the wiki? I would vote for a yes because it could make exchange easier!

@ivanov
Copy link
Member

ivanov commented Mar 27, 2024

I think anyone can edit the wiki, so please feel free. I'll also add a documentation tag on here for discover-ability of people looking to improve the state of docs.

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

No branches or pull requests

3 participants