Skip to content

Commit

Permalink
Highlight accessing correct kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
hyosubkim committed Dec 13, 2023
1 parent d850a22 commit 302c20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python3 -m pip install -e .
- pymc


### Virtual environment
## Virtual environment
You can create a virtual environment with all of the necessary dependencies. If you've cloned the `bayes-toolbox` repository, make sure you're in the root directory of the cloned repository (i.e., `bayes-toolbox`) and type the following conda command in the Terminal ([Anaconda](https://www.anaconda.com/) is strongly recommended for installing Python and the conda utility on your computer):
```
conda env create --name bayes_toolbox --file environment.yml
Expand All @@ -39,7 +39,7 @@ If you're not using MacOSX and want to replicate this environment, read the "Exp

After cloning and installing `bayes-toolbox` locally, you can access it from any directory.

### Helpful hints
## Accessing the correct kernel from JupyterLab
If you've created the `bayes_toolbox` virtual environment and want to access the correct kernel from a Jupyter notebook, you must manually add the kernel for your new virtual environment "bayes_toolbox" (or whatever you named it). To do so, you first need to install [ipykernel](https://github.com/ipython/ipykernel):
```
pip install --user ipykernel
Expand Down

0 comments on commit 302c20f

Please sign in to comment.