Skip to content
Snippets Groups Projects
Commit f2e4e59b authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

Merge branch 'master' of gitlab.pasteur.fr:hub-courses/scientific_python

parents 42ef99c4 a7a08fcd
No related branches found
No related tags found
No related merge requests found
Pipeline #140850 passed with stages
in 2 minutes and 4 seconds
image: python:3.9-slim-buster
stages:
- build
- deploy
before_script:
- pip install jupyter nbconvert
build_notebooks:
stage: build
script:
- mkdir -p public
- jupyter nbconvert --to html notebooks/*.ipynb --output-dir=public
artifacts:
paths:
- public
pages:
stage: deploy
script:
- echo "Deploying Pages"
artifacts:
paths:
- public
only:
- master
......@@ -43,6 +43,8 @@ To reactivate the environment
# to run jupyter notenook server
jupyter-lab
Windows users must run `Scripts\activate.bat` (in cmd.exe) or `Scripts\activate.ps1` (in PowerShell) instead of `source bin/activate`.
### from conda/mamba (recommended for windows guys)
......
%% Cell type:markdown id:1ff0842a-900a-4d3a-b18a-b6c9adfdd6f4 tags:
# Scientific python course
%% Cell type:markdown id:5197f446-8795-46f5-9ebb-bccdb90bd73f tags:
[pandas](pandas_cours.html)
%% Cell type:code id:de21a852-f3ae-458b-be99-994ff13cc9e2 tags:
``` python
```
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment