https://github.com/daeh/pyro_sandbox
Anaconda Project for Pyro PPL
https://github.com/daeh/pyro_sandbox
Last synced: about 1 month ago
JSON representation
Anaconda Project for Pyro PPL
- Host: GitHub
- URL: https://github.com/daeh/pyro_sandbox
- Owner: daeh
- Created: 2018-11-14T21:16:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T03:39:01.000Z (over 7 years ago)
- Last Synced: 2025-01-27T23:18:30.440Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Use `anaconda-project run` to run the project (from within the same folder as this file).
To use the enviornment as a jupyter kernel, activate the enviornment (`source activate envs/default` from the same folder as this file), then add the kernelspec. E.g.:
```
source activate envs/default
python -m ipykernel install --user --name pyro-sandbox --display-name "Pyro Sandbox (3.7)"
```
You can Verify that the path to the executable is correct by running `jupyter kernelspec list --json`.