Skip to content

Add ToC button #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ ENV nblineage_release_tag=0.2.0.rc1 \
nbsearch_release_tag=0.2.0.rc3 \
nbsearch_release_url=https://github.com/NII-cloud-operation/nbsearch/releases/download/ \
nbwhisper_release_tag=0.2.0.rc1 \
nbwhisper_release_url=https://github.com/NII-cloud-operation/nbwhisper/releases/download/
nbwhisper_release_url=https://github.com/NII-cloud-operation/nbwhisper/releases/download/ \
lc_toc_button_release_tag=0.1.0.rc2 \
lc_toc_button_release_url=https://github.com/NII-cloud-operation/Jupyter-LC_ToC_button/releases/download/
RUN pip --no-cache-dir install jupyter_nbextensions_configurator && \
pip --no-cache-dir install six bash_kernel \
jupyterlab-language-pack-ja-JP \
Expand All @@ -94,6 +96,7 @@ RUN pip --no-cache-dir install jupyter_nbextensions_configurator && \
${sidestickies_release_url}${sidestickies_release_tag}/sidestickies-${sidestickies_release_tag}.tar.gz \
${nbsearch_release_url}${nbsearch_release_tag}/nbsearch-${nbsearch_release_tag}.tar.gz \
${nbwhisper_release_url}${nbwhisper_release_tag}/nbwhisper-${nbwhisper_release_tag}.tar.gz \
${lc_toc_button_release_url}${lc_toc_button_release_tag}/table_of_contents-${lc_toc_button_release_tag}.tar.gz \
jupyter-ai langchain-anthropic langchain-openai langchain-google-genai

RUN jupyter nblineage quick-setup --sys-prefix && \
Expand Down
Loading