Jupyter

less than 1 minute read

Published:

This lesson covers an introduction to Jupyter Notebook/Lab.

conda update anaconda

conda create -n "py310" python=3.10.5 ipython --channel conda-forge

conda install jupyter
conda install nb_conda
conda install ipykernel
python -m ipykernel install --user --name mykernel

conda install ipywidgets
!conda install -c conda-forge opencv --yes
pip install -U notebook-as-pdf
pyppeteer-install

jupyter-nbconvert --to PDFviaHTML example.ipynb