Pyenv kernel tutorial
Compare changes
001-Jupyter/Create_JupyterKernel_pyenv.ipynb
0 → 100644
+ 303
− 0
```
```
```
```
```
```
```
```
```
```
```
The following steps describe how to create and configure the launch script of a new Jupyter kernel using a pyenv environment. If the environment was created in the $PROJECT folder, many users of the project can follow these steps to create the kernel. The steps assume the variables described in the **[Settings section](#settings)** are set up.
```
```
These steps describe how to create a Jupyter kernel configuration file, to be able to access the environment via a Jupyter notebook. To access an existing pyenv environment located in **$PROJECT**, only these steps are necessary. The steps assume the variables described in the **[Settings section](#settings)** are set up.
```
```