Jupyter Lab Operations: Difference between revisions
Jump to navigation
Jump to search
(→Run) |
|||
Line 13: | Line 13: | ||
=Run= | =Run= | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
jupyter lab | jupyter lab --notebook-dir=<directory-to-save-notebooks-into> --preferred-dir=<?> | ||
</syntaxhighlight> | |||
Example: | |||
<syntaxhighlight lang='bash'> | |||
jupyter lab --notebook-dir=/Users/ovidiu/jupyter | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 21:30, 7 October 2023
Internal
Overview
Installation
pip3 install jupyterlab
Run
jupyter lab --notebook-dir=<directory-to-save-notebooks-into> --preferred-dir=<?>
Example:
jupyter lab --notebook-dir=/Users/ovidiu/jupyter