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 1e9f8b0 commit b6b8e80Copy full SHA for b6b8e80
scripts/create_testenv.sh
@@ -37,6 +37,7 @@ conda update --yes --all
37
conda install --yes python-graphviz ipywidgets
38
conda install --yes --file requirements.txt
39
conda install --yes --file requirements-dev.txt
40
+pip install --no-cache-dir --force-reinstall black_nbconvert
41
42
# Install editable using the setup.py
43
if [ -z ${NO_SETUP} ]; then
0 commit comments