Jupyter Notebooks Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Jupyter Notebook =Installation= {{External|https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html}}") |
|||
Line 5: | Line 5: | ||
{{External|https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html}} | {{External|https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html}} | ||
<syntaxhighlight lang='bash'> | |||
pip3 install jupyterlab | |||
</syntaxhighlight> |
Revision as of 20:27, 7 October 2023
Internal
Installation
pip3 install jupyterlab