Update theme for jupyter
This commit is contained in:
parent
fd292f1e4d
commit
89449b079e
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ ENV PKGS_PIP="jupyter \
|
||||||
jedi-language-server \
|
jedi-language-server \
|
||||||
jupyterlab-lsp \
|
jupyterlab-lsp \
|
||||||
python-lsp-server[all] \
|
python-lsp-server[all] \
|
||||||
JLDracula \
|
jupyterthemes \
|
||||||
jupyterlab-vim \
|
jupyterlab-vim \
|
||||||
"
|
"
|
||||||
ENV PKGS_NPM="bash-language-server \
|
ENV PKGS_NPM="bash-language-server \
|
||||||
|
@ -33,6 +33,7 @@ RUN dnf5 install -y ${PKGS_DNF} ${PKGS_DNF_BUILD} && \
|
||||||
python3 -m venv /venv && \
|
python3 -m venv /venv && \
|
||||||
pip install -U pip && \
|
pip install -U pip && \
|
||||||
pip install ${PKGS_PIP} && \
|
pip install ${PKGS_PIP} && \
|
||||||
|
jt -t monokai -f firacode && \
|
||||||
python -m bash_kernel.install && \
|
python -m bash_kernel.install && \
|
||||||
python -m mariadb_kernel.install && \
|
python -m mariadb_kernel.install && \
|
||||||
cargo install --git https://github.com/latex-lsp/texlab --locked && \
|
cargo install --git https://github.com/latex-lsp/texlab --locked && \
|
||||||
|
|
Loading…
Reference in a new issue