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

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

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`.