basic plotting with jupyter

This commit is contained in:
CDaut 2024-05-21 12:36:54 +02:00
parent 3ea1becd6f
commit c62a29e900
Signed by: clara
GPG key ID: 223391B52FAD4463
6 changed files with 4308 additions and 2 deletions

View file

@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "3c65dafa-2226-4d12-a61e-f92a5f92bc97",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

View file

@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "3c65dafa-2226-4d12-a61e-f92a5f92bc97",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

View file

@ -57,8 +57,15 @@
valgrind valgrind
# general deps # general deps
imgui imgui
]; ] ++ [
# TODO: include deps depending on XDG_SESSION_TYPE here (wayland vs X11) ## Phython stuff for plotting
(python3.withPackages (ps: with ps; with python3Packages; [
jupyter
ipython
matplotlib
]))
];
# TODO: include deps depending on XDG_SESSION_TYPE here (wayland vs X11)s
}; };
}); });
}; };

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4097
targetrdf/plotting/step.txt Normal file

File diff suppressed because it is too large Load diff