corrections ported from tested Docker version
This commit is contained in:
parent
522b41ae1b
commit
542787dc9d
|
@ -18,11 +18,11 @@ dependencies:
|
||||||
- spyder
|
- spyder
|
||||||
- pillow
|
- pillow
|
||||||
- notebook
|
- notebook
|
||||||
- jupyterthemes
|
# - jupyterthemes #not JupyterLab compatible
|
||||||
- jupyter_contrib_nbextensions
|
# - jupyter_contrib_nbextensions #not JupyterLab compatible
|
||||||
- jupyter_nbextensions_configurator
|
# - jupyter_nbextensions_configurator #not JupyterLab compatible
|
||||||
- nbconvert
|
- nbconvert
|
||||||
- nbdime
|
# - nbdime #allredy supported by git extention for jupyterlab
|
||||||
- ipypublish
|
- ipypublish
|
||||||
- jupyter-book>=0.12.1
|
- jupyter-book>=0.12.1
|
||||||
- sqlalchemy~=1.3.12 # for jupyter-cache - try to update later...
|
- sqlalchemy~=1.3.12 # for jupyter-cache - try to update later...
|
||||||
|
@ -30,8 +30,8 @@ dependencies:
|
||||||
- cantera
|
- cantera
|
||||||
- h5py
|
- h5py
|
||||||
- cvxpy
|
- cvxpy
|
||||||
- jupyterlab
|
# - jupyterlab
|
||||||
- jupyterlab-git
|
# - jupyterlab-git
|
||||||
- pip
|
- pip
|
||||||
- pip:
|
- pip:
|
||||||
- impedance
|
- impedance
|
||||||
|
@ -39,12 +39,13 @@ dependencies:
|
||||||
- pyschedule
|
- pyschedule
|
||||||
- pulp==2.0
|
- pulp==2.0
|
||||||
- ProcessScheduler
|
- ProcessScheduler
|
||||||
- rise
|
# - rise #not JupyterLab compatible
|
||||||
- plotly
|
- plotly
|
||||||
- tqdm #easy to use progress bar: tqdm(iterable)
|
- jupyter_pivottablejs
|
||||||
|
# - blaze #blaze -> python[version='2.7.*|3.5.*|3.6.*'] (Your python: python=3.7)
|
||||||
|
- tqdm #easy to use progress bar -> tqdm(iterable)
|
||||||
- odfpy #open OpenDocument spread sheed files with pandas
|
- odfpy #open OpenDocument spread sheed files with pandas
|
||||||
- psycopg2 #PostgreSQL adapter
|
- psycopg2 #PostgreSQL adapter
|
||||||
- nmrglue #working with NMR data in Python
|
- nmrglue #working with NMR data in Python
|
||||||
- jupyter_pivottablejs
|
|
||||||
# - blaze #blaze -> python[version='2.7.*|3.5.*|3.6.*'] (Your python: python=3.7)
|
|
||||||
- ipykernel
|
- ipykernel
|
||||||
|
- tabulate
|
Loading…
Reference in New Issue