Commit a1ddd588 authored by Nicolas Ollinger's avatar Nicolas Ollinger

qorleans

parent 4a069c83
=== Environnement Qiskit pour slides avec jupyter ===
<nicolas.ollinger@univ-orleans.fr>
** LOGICIELS REQUIS
Avant d'installer cet environnemennt, il est nécessaire de disposer :
- de jupyter notebook
- d'une installation de python avec virtualenv et pip
** INSTALLATION
Le script [genenv] crée un environnement virtuel dans le répertoire [qisenv] :
$ ./genenv
Ce script ajoute un noyau [qiskitenv] à jupyter et installe l'extension RISE.
** UTILISATION
Le script [gojupyter] exécute jupyter dans l'environnement virtuel.
This diff is collapsed.
This diff is collapsed.
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-Light.woff2") format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-SemiBold.woff2") format('woff2');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-SemiBoldItalic.woff2") format('woff2');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "FiraSans";
src: url("fonts/FiraSans-LightItalic.woff2") format('woff2');
font-weight: normal;
font-style: italic;
}
.reveal {
font-family: FiraSans;
font-weight: normal;
font-style: normal;
}
.reveal h1 {
font-family: FiraSans;
font-weight: bold;
color: #e07;
}
.cool {
color: #e07;
}
.reveal h2, h3, h4, h5, h6 {
font-family: FiraSans;
}
.reveal p {
font-weight: normal;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
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