Skip to content

Commit

Permalink
tex deps
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Nov 22, 2024
1 parent f8b40e8 commit 5df7b8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ tl;dr: I write in quarto and do my work in both python and R. But lots of people
## Install and Run

`pixi install`

(not strictly necessary, but its better to launch jlab from inside the notebooks dir)

`cd notebooks`
`pixi run jupyter lab`

if running in a codespace this starts a jupyter server on the VM's 'localhost'.
Open an existing notebook (or start a new one). When selecting a kernel, choose
'Existing jupyter server' and put in 127.0.0.1 as the host

edit the notebooks as you like

## Execute and Build
Expand Down
Empty file added output/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ipywidgets = "*"
jupyterlab_widgets = "*"
pandas = ">=1.0"
quarto = "*"
tectonic = "*"
watermark = "*"
seaborn = "*"
ipyleaflet = "*"
Expand All @@ -41,3 +42,4 @@ r-tigris = "*"
r-reticulate = "*"
r-mapview = "*"
r-languageserver = "*"
r-tinytex = "*"

0 comments on commit 5df7b8d

Please sign in to comment.