Skip to content

Commit f019704

Browse files
authored
Add jupyterlab-myst (#182)
* add jupyterlab-myst * rm previous lockfile first
1 parent 0c582c7 commit f019704

File tree

5 files changed

+2348
-3217
lines changed

5 files changed

+2348
-3217
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ All notebooks can be run via the Mybinder.org 'Launch Binder' badge at the top o
1616

1717
#### Locally
1818

19-
You can also run these notebooks on your own computer! We recommend using [`conda-lock`](https://conda-incubator.github.io/conda-lock/) to ensure a fully reproducible Python environment:
19+
You can also run these notebooks on your own computer! We recommend using [`micromamba`](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) or [`conda-lock`](https://conda-incubator.github.io/conda-lock/) to ensure a fully reproducible Python environment:
2020

2121
```bash
2222
git clone https://github.com/xarray-contrib/xarray-tutorial.git
2323
cd xarray-tutorial
2424

2525
conda-lock install conda/conda-lock.yml --name xarray-tutorial
26+
# Or `micromamba create -n xarray-tutorial -f conda-lock.yml`
2627
# Or latest package versions: `mamba env create -f conda/environment-unpinned.yml`
2728

2829
conda activate xarray-tutorial

conda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ conda-lock lock --mamba -f environment-unpinned.yml -p osx-64 -p linux-64 -p win
1919
## Render a mybinder.org compatible environment.yml (linux-64)
2020

2121
```
22-
conda-lock render -k env
22+
conda-lock render -k env -p linux-64
2323
mv conda-linux-64.lock.yml environment.yml
2424
```
2525

0 commit comments

Comments
 (0)