https://github.com/alienzj/.jupyenvrc
https://github.com/alienzj/.jupyenvrc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alienzj/.jupyenvrc
- Owner: alienzj
- Created: 2024-10-17T09:24:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T07:46:37.000Z (8 months ago)
- Last Synced: 2025-03-15T02:17:17.330Z (3 months ago)
- Language: Nix
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Reproducible Computing Environment with Jupyter and Nix Flake
### Installation
```bash
git clone [email protected]:alienzj/.jupyenvrc.gitcd .jupyenvrc
mkdir -p workspace
cd workspace
ln -s /path/to/projects
cd ..
```### Run
```bash
nix develop
nix run
```