Skip to content

maaikelimper/earthkit-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

earthkit-jupyter

The repository contains the docker and docker-compose files to run a jupyter-server with the earthkit package from ECMWF installed.

configuration

You need to set a token for the jupyter server. You can do this by setting the JUPYTER_TOKEN environment variable in a .env file.

JUPYTER_TOKEN=<your token>

Run the server

  1. Install docker and docker-compose
  2. Clone this repository
  3. Create a .env file defining JUPYTER_TOKEN (see above)
  4. Run docker-compose up --build from the directory where you cloned the repository

Usage

  1. Open a browser and go to http://localhost:8888
  2. Enter the token you set in the configuration
  3. Browse to notebooks and open them

About

build docker image with earthkit and jupyter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published