Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ git clone https://github.com/festim-dev/FESTIM-workshop
conda env create -f environment.yml
```

3. You should then be able to execute the notebooks with the ``festim-workshop`` environment
3. Compile the book locally

```
jupyter-book build book
```
2 changes: 2 additions & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ parts:
- caption: Getting started
chapters:
- file: content/applications/task01
- url: https://festim.readthedocs.io/en/latest/installation.html
title: Installation

- caption: Fundamentals
chapters:
Expand Down
6 changes: 1 addition & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ channels:
- defaults

dependencies:
- python<3.13
- pip=23.3
- setuptools<82
- wheel<0.45
- jupyter-book<2.0
- python<3.14 # som pyvista incompatibility issues with python 3.14
- python<3.14 # some pyvista incompatibility issues with python 3.14
- pip=23.3
- setuptools<82
- wheel<0.45
- jupytext # necessary to open MyST files using BinderHub https://jupyterbook.org/en/stable/interactive/launchbuttons.html#launchbuttons-binder
- sphinx-tags
- ipywidgets
Expand Down