Skip to content

Commit

Permalink
Add Deno as JS/Typescript kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Nov 29, 2024
1 parent 9bd9587 commit 0e5591b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ RUN ln -s "/opt/conda/envs/sage/bin/sage" /usr/bin/sage && \
ln -s /usr/bin/sage /usr/bin/sagemath

RUN jupyter kernelspec install $(/opt/conda/envs/sage/bin/sage -sh -c 'ls -d /opt/conda/envs/sage/share/jupyter/kernels/sagemath'); exit 0

RUN curl -fsSL https://deno.land/install.sh | bash -s -- -y && /home/jovyan/.deno/bin/deno jupyter --unstable --install

COPY widget_selection.py /opt/conda/lib/python3.11/site-packages/ipywidgets/widgets/
COPY interaction.py /opt/conda/lib/python3.11/site-packages/ipywidgets/widgets/
RUN chown -R jovyan:users /home/jovyan && \
Expand Down

0 comments on commit 0e5591b

Please sign in to comment.