Skip to content

Commit 3234ca0

Browse files
authored
Merge pull request #126 from yacchin1205/feature/toc-button
Add ToC button
2 parents 210e19e + 4102511 commit 3234ca0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ ENV nblineage_release_tag=0.2.0.rc1 \
8181
nbsearch_release_tag=0.2.0.rc3 \
8282
nbsearch_release_url=https://github.com/NII-cloud-operation/nbsearch/releases/download/ \
8383
nbwhisper_release_tag=0.2.0.rc1 \
84-
nbwhisper_release_url=https://github.com/NII-cloud-operation/nbwhisper/releases/download/
84+
nbwhisper_release_url=https://github.com/NII-cloud-operation/nbwhisper/releases/download/ \
85+
lc_toc_button_release_tag=0.1.0.rc2 \
86+
lc_toc_button_release_url=https://github.com/NII-cloud-operation/Jupyter-LC_ToC_button/releases/download/
8587
RUN pip --no-cache-dir install jupyter_nbextensions_configurator && \
8688
pip --no-cache-dir install six bash_kernel \
8789
jupyterlab-language-pack-ja-JP \
@@ -94,6 +96,7 @@ RUN pip --no-cache-dir install jupyter_nbextensions_configurator && \
9496
${sidestickies_release_url}${sidestickies_release_tag}/sidestickies-${sidestickies_release_tag}.tar.gz \
9597
${nbsearch_release_url}${nbsearch_release_tag}/nbsearch-${nbsearch_release_tag}.tar.gz \
9698
${nbwhisper_release_url}${nbwhisper_release_tag}/nbwhisper-${nbwhisper_release_tag}.tar.gz \
99+
${lc_toc_button_release_url}${lc_toc_button_release_tag}/table_of_contents-${lc_toc_button_release_tag}.tar.gz \
97100
jupyter-ai langchain-anthropic langchain-openai langchain-google-genai
98101

99102
RUN jupyter nblineage quick-setup --sys-prefix && \

0 commit comments

Comments
 (0)