Skip to content

Commit

Permalink
Merge pull request #136 from noosenergy/NOOS-892/add-jupyterai
Browse files Browse the repository at this point in the history
NOOS-892/add-jupyterai
  • Loading branch information
mthiboust authored Oct 3, 2024
2 parents f3ef8dd + 762a8e7 commit 7091733
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"AiExtension": {
"allowed_providers": ["openai", "openai-chat", "anthropic", "anthropic-chat"]
}
}
15 changes: 8 additions & 7 deletions docker/jupyterlab/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@ dependencies:
- numpy<2.0
# z2jh setup
- notebook
- jupyterlab<4 # Force downgrade to jupyterlab 3
- jupyterlab
- jupyterhub
# plotting
- matplotlib
- plotly
- dash>=2,<2.10
- dash<3.0
- ipywidgets
- ipykernel
# extensions
- jupyter-dash
- jupyterlab_pygments<0.3 # jupyterlab>4 needed for 0.3+
- jupyterlab_pygments
- jupyter-server-proxy
- jupyterlab-git
- jupyterlab-code-snippets
- jupyterlab_templates<0.5 # jupyterlab>4 needed for 0.5+
- jupyterlab_templates
- jupyter-ai
- langchain-openai # Needed for jupyter-ai OpenAI models
- langchain-anthropic # Needed for jupyter-ai Anthropic models
# updating cryptography
- pyopenssl
# extras
- pip
- pip:
- jupyterlab-spreadsheet-editor<0.7 # jupyterlab>4 needed for 0.7+
- jupyterlab-spreadsheet-editor

0 comments on commit 7091733

Please sign in to comment.