Skip to content
Snippets Groups Projects
Commit e220aa9d authored by calrama's avatar calrama
Browse files

[jupyterlab] add tex support

parent 6544a4f4
No related branches found
No related tags found
No related merge requests found
Pipeline #31816 passed
......@@ -85,6 +85,14 @@ RUN mkdir -p /usr/local/venv && \
&& \
ipython kernel install --name=default
RUN apt-get update && \
apt-get install -y \
texlive-full \
&& \
apt-get clean && \
python${PYTHON_VERSION} -m pip install jupyterlab_latex && \
jupyter labextension install @jupyterlab/latex
RUN chmod -x /etc/update-motd.d/*
WORKDIR "${HOME}"
......
......@@ -2,3 +2,4 @@ c.NotebookApp.allow_root = True
c.NotebookApp.terminado_settings = {"shell_command": ["/bin/bash", "-l"]}
c.MultiKernelManager.default_kernel_name = "default"
c.NotebookApp.notebook_dir = "/"
c.LatexConfig.latex_command = "pdflatex"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment