We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbb17e commit 808459aCopy full SHA for 808459a
arche-notebook/Dockerfile
@@ -22,7 +22,7 @@ RUN pip install -U --no-cache-dir \
22
23
# Arche dependencies
24
# Plotly dependencies https://github.com/plotly/plotly.py
25
-RUN pip install -U --no-cache-dir git+https://github.com/scrapinghub/arche@476a9dd0634ba0602cb2624441054cbf3ff2f226#egg=arche && \
+RUN pip install -U --no-cache-dir git+https://github.com/scrapinghub/arche@7e52db16de866933702c04a0944a56c841ee446f#egg=arche && \
26
conda install --quiet --yes jupyter_contrib_nbextensions && \
27
conda clean -tipsy && \
28
jupyter labextension install @jupyter-widgets/[email protected] --no-build && \
0 commit comments