How to install jupyter/jupyter. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
jupyter/jupyter Installation Guide
How to install jupyter/jupyter. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for jupyter/jupyter. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i jupyter/jupyteror
Install via npx
npx @hexmos/ipm i jupyter/jupyterPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
virtualenv
build_toolVersion: 20.10.1
conda
environmentPackage and environment manager for Python.
sphinx-doc
build_toolVersion: 1.8.2
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Using `nox` for Documentation Build
git clone https://github.com/jupyter/jupyter.git
cd jupyter
pip install nox
nox -s docsManual Documentation Build
conda env create -f environment.yml
source activate jupyter_docs
make clean
make htmlLive Server for Previewing Changes
python3 -m http.serverPost Installation Steps
- Start the Jupyter server using `jupyter notebook`.
- Open a web browser and navigate to http://localhost:8000/ to view the Jupyter Notebook interface.
