Jupyter Notebooks Operations: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
pip3 install jupyterlab | pip3 install jupyterlab | ||
</syntaxhighlight> | |||
=Run= | |||
<syntaxhighlight lang='bash'> | |||
jupyter lab | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 20:28, 7 October 2023
Internal
Installation
pip3 install jupyterlab
Run
jupyter lab