Writing examples with Jupyter Notebook¶
Section author: Xingmin Wang <xingminw@umich.edu>
Install the dependencies¶
Install packages
conda activate $env_name$
pip install jupyterlab
pip install ipykernel
Add your Conda
env to the jupyter notebook¶
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¶
jupyter notebook
Then you will be able to create file based on new added kernel.