Comments on How to Install JupyterLab on Ubuntu 24.04
JupyterLab is an open-source web-based interactive development environment that extends the classic Jupyter Notebook experience, providing a more flexible and powerful interface for data science and scientific computing tasks.
1 Comment(s)
Add comment
Comments
By: UlisesPY at: 2024-07-18 15:52:11
There is a typo in the creation of the virtual environment... It must be "-m" instead of "-v".
Great recipe!!!