Writing examples with Jupyter Notebook #################################################### .. sectionauthor:: Xingmin Wang Install the dependencies ============================== * Install packages .. code-block:: shell conda activate $env_name$ pip install jupyterlab pip install ipykernel Add your ``Conda`` env to the jupyter notebook ======================================================== .. code-block:: shell python -m ipykernel install --user --name=$env_name$ .. attention:: You might need to run additional command line ``conda install -c anaconda pywin32`` in the windows system. Run the jupyter notebook ======================================== .. code-block:: shell jupyter notebook Then you will be able to create file based on new added kernel.