Getting started with JupyterLab
Download Microsoft 365 for macOS or later and enjoy it on your Mac. A qualifying Microsoft 365 subscription is required for Word, Excel, PowerPoint, and Outlook. A free 1-month trial of Microsoft 365 is included with each Microsoft 365 in-app purchase. If you use Notebooks on an iPad or iPhone and synchronize its contents to Dropbox, it is easy to pick up and work on the same documents with Notebooks for Mac. If you have not already done so, download and install the Dropbox client for Mac, a free download from the Dropbox website. This app automatically and continuously synchronizes the contents of your Dropbox (and with it the documents. Download this app from Microsoft Store for Windows 10, Windows 8.1, Windows 10 Mobile, Windows 10 Team (Surface Hub), HoloLens. See screenshots, read the latest customer reviews, and compare ratings for Notebook Pro. Download Slack for free for mobile devices and desktop. Keep up with the conversation with our apps for iOS, Android, Mac, Windows and Linux.
The installation guide contains more detailed instructions
Install with conda
If you use conda
, you can install it with:
Install with pip
If you use pip
, you can install it with:
If installing using pip install --user
, you must add the user-level bin
directory to your PATH
environment variable in order to launch jupyter lab
. If you are using a Unix derivative (FreeBSD, GNU / Linux, OS X), you can achieve this by using export PATH='$HOME/.local/bin:$PATH'
command.
Run JupyterLab
Once installed, launch JupyterLab with:
Getting started with the classic Jupyter Notebook
conda
We recommend installing the classic Jupyter Notebook using the conda package manager. Either the miniconda or the miniforge conda distributions include a minimal conda installation.
Then you can install the notebook with:
pip
If you use pip
, you can install it with:
Smart Notebook Free Download App
Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):
See Running the Notebook for more details.
Getting started with Voilà
Installation
Voilà can be installed using conda
or pip
. For more detailed instructions, consult the installation guide.
conda
Notebook App Free Download
If you use conda
, you can install it with:
pip
If you use pip
, you can install it with: