You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Live (binder) instance here: <https://mybinder.org/v2/gh/henryiii/level-up-your-python/main?urlpath=lab/tree/notebooks/0%20Intro.ipynb>
6
6
7
-
Live WebAssymbly (Pyodide + JupyterLite) instance here: <https://henryiii.github.io/level-up-your-python/live>
7
+
Live WebAssembly (Pyodide + JupyterLite) instance here: <https://henryiii.github.io/level-up-your-python/live>
8
8
9
-
This project comes with a conda environment file. To install, run:
9
+
This project comes with [pixi](https://pixi.prefix.dev) support. Install pixi, then run:
10
10
11
11
```bash
12
-
conda create env
12
+
pixi run lab
13
13
```
14
14
15
-
Then you can just start up a jupyter lab server:
15
+
To start up a jupyter lab server.
16
16
17
17
```bash
18
18
juptyer lab
19
19
```
20
-
21
-
You only need to have [conda installed](https://docs.conda.io/en/latest/miniconda.html). If you want to have it pre-configured with [conda-forge](https://conda-forge.org/), that's [available here](https://github.com/conda-forge/miniforge). The Mambaforge version is _FAST_!
0 commit comments