Skip to content

Commit 0741d90

Browse files
committed
docs(setup)📝: Update setup instructions for correct directory and notebook name
- Correct the directory path in the navigation step to point to the actual subdirectory. - Update the notebook run command to use the specific notebook file name instead of a placeholder.
1 parent 1593021 commit 0741d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎notebooks/00-preface/01-setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ def _(mo):
4242
4343
2. **Navigate to the notebook directory**:
4444
```bash
45-
cd notebooks/00-preface/01-setup.py # replace with the actual numbered subdir!
45+
cd notebooks/00-preface/ # replace with the actual numbered subdir!
4646
```
4747
4848
3. **Run the notebook**:
4949
```bash
50-
uvx marimo edit --sandbox <notebook_name>.py
50+
uvx marimo edit --sandbox 01-setup.py
5151
```
5252
5353
Once Marimo is launched, on the bottom, click on "on startup", "on cel change", and "on module change" to disable automatic execution. This will allow us to mimic original Jupyter behaviour, which is advantageous for a teaching setting (but toggle them back to "autorun" )

0 commit comments

Comments
 (0)