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...)
- Host: GitHub
- URL: https://github.com/vuillaut/myenvs
- Owner: vuillaut
- Created: 2021-10-22T07:27:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T17:27:15.000Z (over 3 years ago)
- Last Synced: 2025-08-11T13:31:21.672Z (11 months ago)
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```