Jupyter: Difference between revisions
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
| valign="top" | | | valign="top" | | ||
* [https://jupyter.readthedocs.io/en/latest/running.html Getting started with the classic Jupyter Notebook] | * [https://jupyter.readthedocs.io/en/latest/running.html Getting started with the classic Jupyter Notebook] | ||
* [https://blog.jupyter.org/interactive-workflows-for-c-with-jupyter-fe9b54227d92 Interactive Workflows for C++ with Jupyter] | |||
* [https://stackoverflow.com/questions/26338688/ Run ipython notebook with Python] | * [https://stackoverflow.com/questions/26338688/ Run ipython notebook with Python] | ||
* [https://github.com/spencerpark/IJava IJava a Jupyter kernel for Java] | * [https://github.com/spencerpark/IJava IJava a Jupyter kernel for Java] | ||
* [https://github.com/JuliaLang/IJulia.jl IJulia a Jupyter kernel for Julia] | |||
* [https://github.com/jupyter-xeus/xeus Xeus a Jupyter kernel for C++] | |||
|} | |} |
Revision as of 19:06, 12 January 2022
JupyterLab pip install jupyterlab jupyter-lab |
Classic Jupyter Notebook pip install notebook jupyter notebook |
Voilà pip install voila voila |