Jupyter Notebook Installtion

  1. conda create -n <env_name> <python=3.9>

  2. conda install jupyter notebook

  3. pip install jupyter_contrib_nbextensions, jupyter contrib nbextension install --user, pip install jupyter_nbextensions_configurator, jupyter nbextensions_configurator enable --user

  4. open jupyter notebook->Nbextension->Hinterland (enable this button)

  5. conda install nb_conda_kernels

    with this package, you are able to select your own conda environment in notebook.

  6. Click the method/variable in jupyter and press shift+tab to view the detailed information.