Getting started with JupyterLab
The installation guide contains more detailed instructions
.Apple software download, freeware and shareware software utilities for your Mac. Download files for your computer that tweak, repair, enhance, protect. The new software will allow Mac OS X to integrate with the company's family of interactive whiteboards that include SMART Board, Rear Projection SMART Board, and SMART Board for Plasma Displays.
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.
Bookkeeping Software For Mac
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:
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
If you use conda
, you can install it with:
pip
Smart Notebook Software For Mac
If you use pip
, you can install it with: