Skip to content

Commit

Permalink
Update superduperdb theme for Jupyter
Browse files Browse the repository at this point in the history
Signed-off-by: Fotis Nikolaidis <nikolaidis.fotis@gmail.com>
  • Loading branch information
fnikolai committed Oct 9, 2023
1 parent 8804535 commit c35e203
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/images/superduperdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ RUN ./download-examples.sh && \
COPY --chown=superduper ./labextensions/@superduperdb ${HOME}/.local/share/jupyter/labextensions/@superduperdb
COPY --chown=superduper ./apputils-extension/themes.jupyterlab-settings ${HOME}/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings

# Install Jupyter Extension
# ---------------
#RUN export PATH=${HOME}/.local/bin:$PATH && \
# pip install 'jupyterlab>=4.0.0,<5.0.0a0' jupyterlab-lsp &&\
# pip install 'python-lsp-server[all]'


# Replay Jupyter's entrypoint
# ---------------
EXPOSE 8888
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c35e203

Please sign in to comment.