basic plotting with jupyter
This commit is contained in:
parent
3ea1becd6f
commit
c62a29e900
6 changed files with 4308 additions and 2 deletions
33
.ipynb_checkpoints/Untitled-checkpoint.ipynb
Normal file
33
.ipynb_checkpoints/Untitled-checkpoint.ipynb
Normal 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
|
||||||
|
}
|
||||||
33
.ipynb_checkpoints/plotter-checkpoint.ipynb
Normal file
33
.ipynb_checkpoints/plotter-checkpoint.ipynb
Normal 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
|
||||||
|
}
|
||||||
|
|
@ -57,8 +57,15 @@
|
||||||
valgrind
|
valgrind
|
||||||
# general deps
|
# general deps
|
||||||
imgui
|
imgui
|
||||||
|
] ++ [
|
||||||
|
## 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)
|
# TODO: include deps depending on XDG_SESSION_TYPE here (wayland vs X11)s
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
68
targetrdf/plotting/plotter.ipynb
Normal file
68
targetrdf/plotting/plotter.ipynb
Normal file
File diff suppressed because one or more lines are too long
4097
targetrdf/plotting/step.txt
Normal file
4097
targetrdf/plotting/step.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue