An open API service indexing awesome lists of open source software.

https://github.com/vuillaut/myenvs

Some personal environments (conda, pip, juypter...)
https://github.com/vuillaut/myenvs

Last synced: 10 days ago
JSON representation

Some personal environments (conda, pip, juypter...)

Awesome Lists containing this project

README

          

# myenvs
Some personal environments (conda, pip, juypter...)

https://anaconda.org/vuillaut/dashboard

## Add channel to config:
```
conda config --add channels vuillaut
```

## Create new env from conda recipe:
```
conda create -n jlab jlab==1.0
```

## Install kernels in jupyterlab
```
conda activate py36-test
python -m ipykernel install --name py36-test
```