Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Conda Setup/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ \section{Converting Environment to Jupyter Notebook}
Next, in the active environment type:
\begin{lstlisting}[language=bash]
#install ipykernel
conda install -c anaconda ipykernel
conda install -c anaconda ipykernel notebook
#install the new kernel
ipython kernel install --user --name=<your-env-name>
\end{lstlisting}
Expand Down