Skip to content
Snippets Groups Projects
Commit 54db4f39 authored by Boman Romain's avatar Boman Romain
Browse files

add docs

parent 53f54dc2
No related branches found
No related tags found
No related merge requests found
Pipeline #18574 passed
...@@ -4,6 +4,7 @@ pages: ...@@ -4,6 +4,7 @@ pages:
before_script: before_script:
- python -m pip install -r requirements-jupiterlite.txt - python -m pip install -r requirements-jupiterlite.txt
script: script:
- rm -rf public
- jupyter lite build --contents math0024 --output-dir public - jupyter lite build --contents math0024 --output-dir public
artifacts: artifacts:
paths: paths:
......
# Notebooks # Notebooks
* 📃 [math0024 - Python guidelines](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.uliege.be%2Frboman%2Fnotebooks/HEAD?labpath=math0024%2Fhw-guidelines.ipynb) * 📃 [math0024 - Python guidelines](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.uliege.be%2Frboman%2Fnotebooks/HEAD?labpath=math0024%2Fhw-guidelines.ipynb) (running on mybinder.org)
* 📃 [math0024 - Python guidelines](https://rboman.gitlabpages.uliege.be/notebooks/) (on gitlab pages using jupyterlite)
<br /> <br />
<br /> <br />
<br />
--- ---
......
# used by the python docker image for gitlab pages
jupyterlite-core jupyterlite-core
jupyterlab jupyterlab
jupyterlite-pyodide-kernel jupyterlite-pyodide-kernel
# installed by "https://mybinder.org/"
numpy numpy
scipy scipy
matplotlib matplotlib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment