User Tools

Site Tools


jupyter_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
jupyter_notes [2022/09/12 01:18] rajujupyter_notes [2022/09/13 15:41] – [related pages in this wiki] raju
Line 1: Line 1:
 +===== dummy =====
 ==== Jupyter Notebook vs. Jupyterlab ==== ==== Jupyter Notebook vs. Jupyterlab ====
 ^ ^ Jupyter Notebook ^ Jupyterlab ^ ^ ^ Jupyter Notebook ^ Jupyterlab ^
Line 7: Line 8:
   * https://stackoverflow.com/questions/50982686/what-is-the-difference-between-jupyter-notebook-and-jupyterlab - answers "What is the difference between Jupyter Notebook and JupyterLab?"   * https://stackoverflow.com/questions/50982686/what-is-the-difference-between-jupyter-notebook-and-jupyterlab - answers "What is the difference between Jupyter Notebook and JupyterLab?"
   * https://jupyter.org/install - contains the launch and install commands   * https://jupyter.org/install - contains the launch and install commands
 +
 +==== which package gives jupyter ====
 +<code>jupyter_core</code>
 +
 +Justification:
 +<code>
 + % which jupyter      
 +/home/rajulocal/miniconda3/envs/py310/bin/jupyter
 +</code>
 +
 +<code>
 + % cat `which jupyter`               
 +#!/home/rajulocal/miniconda3/envs/py310/bin/python
 +
 +...
 +from jupyter_core.command import main
 +
 +if __name__ == '__main__':
 +    ....
 +    sys.exit(main())
 +</code>
 +
 +Tested on a machine running Debian 11 (bullseye).
 +==== related pages in this wiki ====
 +  * [[Jupytext notes]]
  
 ==== useful links ==== ==== useful links ====
 +  * https://docs.jupyter.org/en/latest/ - Jupyter project documentation
 +  * https://github.com/jupyterlab/jupyterlab - source code of JupyterLab computational environment.
  
jupyter_notes.txt · Last modified: 2022/09/13 15:41 by raju