Skip to content

Instantly share code, notes, and snippets.

View shikhar-saxena's full-sized avatar

Shikhar Saxena shikhar-saxena

View GitHub Profile
@shikhar-saxena
shikhar-saxena / conda-env.md
Created November 30, 2022 09:25
Add conda environment to jupyterlab
  • Activate the conda environment
  • Install ipykernel
  • Run the following (on terminal) to add the env to jupyterlab
python -m ipykernel install --user --name=<env-name>