proper amount of tabs
This commit is contained in:
parent
92abf91263
commit
349da643c6
27 changed files with 2591 additions and 2584 deletions
|
|
@ -1,48 +1,48 @@
|
|||
{pkgs, ...}: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
(python311Full.withPackages (ps:
|
||||
with ps; [
|
||||
# bokeh
|
||||
# datashader
|
||||
# hvplot
|
||||
# ipywidgets
|
||||
# ipywidgets
|
||||
# linkify-it-py
|
||||
# markdown-it-py
|
||||
# mdit-py-plugins
|
||||
# nbclient
|
||||
# numpy
|
||||
# pandas
|
||||
# panel
|
||||
# plotly
|
||||
# pyparsing
|
||||
# pyserial
|
||||
# scikit-learn
|
||||
# scipy
|
||||
# streamz
|
||||
# tkinter
|
||||
jupyter
|
||||
users.users.tao.packages = with pkgs; [
|
||||
(python311Full.withPackages (ps:
|
||||
with ps; [
|
||||
# bokeh
|
||||
# datashader
|
||||
# hvplot
|
||||
# ipywidgets
|
||||
# ipywidgets
|
||||
# linkify-it-py
|
||||
# markdown-it-py
|
||||
# mdit-py-plugins
|
||||
# nbclient
|
||||
# numpy
|
||||
# pandas
|
||||
# panel
|
||||
# plotly
|
||||
# pyparsing
|
||||
# pyserial
|
||||
# scikit-learn
|
||||
# scipy
|
||||
# streamz
|
||||
# tkinter
|
||||
jupyter
|
||||
|
||||
# pyserial
|
||||
bokeh
|
||||
datashader
|
||||
hvplot
|
||||
# ipython_blocking
|
||||
ipywidgets
|
||||
nbclient
|
||||
numpy
|
||||
pandas
|
||||
panel
|
||||
plotly
|
||||
pyparsing
|
||||
scikit-learn
|
||||
scipy
|
||||
streamz
|
||||
# pyserial
|
||||
bokeh
|
||||
datashader
|
||||
hvplot
|
||||
# ipython_blocking
|
||||
ipywidgets
|
||||
nbclient
|
||||
numpy
|
||||
pandas
|
||||
panel
|
||||
plotly
|
||||
pyparsing
|
||||
scikit-learn
|
||||
scipy
|
||||
streamz
|
||||
|
||||
tkinter
|
||||
linkify-it-py
|
||||
markdown-it-py
|
||||
mdit-py-plugins
|
||||
]))
|
||||
];
|
||||
tkinter
|
||||
linkify-it-py
|
||||
markdown-it-py
|
||||
mdit-py-plugins
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue