Skip to content

Commit

Permalink
#10 how to create new dev environment + run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 20, 2023
1 parent b130b1b commit aebe6f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
quarto: nbdev_preview
jupyterlab: jupyter lab
13 changes: 12 additions & 1 deletion setup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# New Virtualenv
# Setup New Virtualenv
python -m pip install --upgrade pip

## Install nbdev
python -m pip install setuptools
python -m pip install nbdev

## Install ds_tut Package
python -m pip install black
nbdev_export
python -m pip install -e ".[dev]"

## quarto
nbdev_preview # installs quarto the first time called

## jupyter
python -m pip install jupyterlab

# Run the Development-Environment
honcho start # runs quarto + jupyterlab

0 comments on commit aebe6f4

Please sign in to comment.