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

https://github.com/alienzj/.jupyenvrc


https://github.com/alienzj/.jupyenvrc

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Reproducible Computing Environment with Jupyter and Nix Flake

### Installation

```bash
git clone [email protected]:alienzj/.jupyenvrc.git

cd .jupyenvrc
mkdir -p workspace
cd workspace
ln -s /path/to/projects
cd ..
```

### Run

```bash
nix develop
nix run
```