Skip to content

Docker environment providing a pre-configured JupyterLab + JupyterAI instance running on Python 3.10.

License

Notifications You must be signed in to change notification settings

enwaytech/jupyterai-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JupyterLab + JupyterAI Docker Environment

This Docker environment provides a pre-configured JupyterLab instance running on Python 3.12. To use this environment, you'll need to have Docker installed on your system.

Requirements

  • Docker Engine

Usage

Clone this repository to your local machine:

$ git clone https://github.com/enwaytech/jupyterai-starter-kit.git && cd jupyterai-starter-kit

Source the bash alias file:

source aliases.bash

Then you have two commands:

  • jupyter-ai-build-image which builds the docker image "jupyter-ai-enway:latest"
  • jupyter-ai-run-container which runs the container. This takes one argument which is the directory you want to run jupyterlab in (this will also be the directory that is mapped into the container).

Jupyter AI Assistant

This environment comes with the Jupyter AI assistant, which allows you to use various LLM to assist you with your work in Jupyter Notebook.

When you open the chat for the first time you can configure LLM and API key (e.g. Mistral).

About

Docker environment providing a pre-configured JupyterLab + JupyterAI instance running on Python 3.10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.2%
  • Shell 22.8%