You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the Jupyter Notebook includes a Jupyter Server extension written in Python, it's recommended to create a virtual environment. You can use the `venv` module for this:
89
+
```bash
90
+
python -m venv venv
91
+
source venv/bin/activate # On Windows, use: venv\Scripts\activate
0 commit comments