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.
2 parents cd36c0b + a4efca7 commit 54cf28fCopy full SHA for 54cf28f
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update -y \
8
python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
9
&& pip3 install -U pip \
10
&& pip3 install \
11
- pytype pylint black isort pytest ipython \
+ pytype pylint black[jupyter] isort pytest ipython \
12
wajig \
13
&& ln -svf /usr/bin/python3 /usr/bin/python \
14
&& ln -svf /usr/bin/pip3 /usr/bin/pip \
0 commit comments