Skip to content

Commit

Permalink
Update conda setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Dec 16, 2024
1 parent 5d472fb commit 79ff0be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"\n",
"# Register the kernel\n",
"python -m ipykernel install --user \\\n",
" --name=nigms_sandbox_ud \\\n",
" --name=nigms_sandbox_ud__submodule_4 \\\n",
" --display-name \"Python (NIGMS Sandbox UD, Submodule 4)\"\n",
"```\n",
"\n",
"Then, when starting the notebook, select the `\"Python (nigms_sandbox_ud)\"` kernel from the list.\n",
"\n",
"Note that you may need to restart Jupyter Lab for these changes to take effect.\n"
"Note that you may need to restart Jupyter Lab for these changes to take effect."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"\n",
"# Register the kernel\n",
"python -m ipykernel install --user \\\n",
" --name=nigms_sandbox_ud \\\n",
" --name=nigms_sandbox_ud__submodule_4 \\\n",
" --display-name \"Python (NIGMS Sandbox UD, Submodule 4)\"\n",
"```\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"\n",
"# Register the kernel\n",
"python -m ipykernel install --user \\\n",
" --name=nigms_sandbox_ud \\\n",
" --name=nigms_sandbox_ud__submodule_4 \\\n",
" --display-name \"Python (NIGMS Sandbox UD, Submodule 4)\"\n",
"```\n",
"\n",
Expand Down

0 comments on commit 79ff0be

Please sign in to comment.