Nantes Université

Skip to content
Extraits de code Groupes Projets
Vérifiée Valider f24a065b rédigé par Benoit SEIGNOVERT's avatar Benoit SEIGNOVERT
Parcourir les fichiers

Update README description

parent e192e4c9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!1Fix jupyterlite config to include content by default
Pipeline #75782 réussi
......@@ -4,10 +4,46 @@ GLiCID JupyterLite
✨ Try it in your browser ✨
----------------------------
[![lite-badge](_static/badge.svg)](https://jupyterlite.glicid.fr)
[![badge](https://jupyterlite.glicid.fr/_static/badge.svg)](https://jupyterlite.glicid.fr/lab/?path=example.ipynb)
Local testing
-------------
🏗️ Create a new JupyterLite
---------------------------
To create a new JupyterLite environment, you need to create a `new-branch` in this repo and push your changes. Gitlab-CI will build your source and deployed it on GLiCID at:
```
https://my-branch.jupyterlite.glicid.fr
```
All the content of the lab in the [`files/`](./files/) folder will be publically avaible.
You can point a specific notebook by adding the redirective `?path=` in the URL:
```
https://<my-branch>.jupyterlite.glicid.fr/lab/?path=<my-notebook>.ipynb
```
🎨 Create you own badge
-----------------------
Badge image URL:
```
https://jupyterlite.glicid.fr/_static/badge.svg
```
In Markdown:
```
[![badge](https://jupyterlite.glicid.fr/_static/badge.svg)](https://<my-branch>.jupyterlite.glicid.fr/lab/?path=<my-notebook>.ipynb)
```
Badge link code in reStructuredText:
```
.. image:: https://jupyterlite.glicid.fr/_static/badge.svg
:target:https://<my-branch>.jupyterlite.glicid.fr/lab/?path=<my-notebook>.ipynb
```
🚧 Build the JupyterLite locally
--------------------------------
```bash
python -m venv venv
source venv/bin/activate
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter