Nantes Université

Skip to content
Extraits de code Groupes Projets

Fix jupyterlite config to include content by default

Fusionnées Benoit SEIGNOVERT requested to merge fix-jupyterlite-config into main
4 fichiers
+ 76
8
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
4
+ 19
0
%% Cell type:markdown id: tags:
# JupyterLite example notebook
%% Cell type:code id: tags:
``` python
import numpy as np
```
%% Cell type:code id: tags:
``` python
np.arange(10)
```
%% Output
array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
Chargement en cours