Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poad/docker-aws-operation-jupyter


https://github.com/poad/docker-aws-operation-jupyter

aws bash jupyter jupyter-notebook jupyterlab typescript

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# docker-aws-operation-jupyter

## Usage

```sh
TAG=jammy
docker run -p 8888:8888 -v $HOME/.aws:/home/jupyter/.aws:ro --name jupyter -d poad/docker-aws-operation-jupyter:${TAG}
docker logs jupyter
```

### with node modules

```sh
# in terminal on Jupyter
yarn install
# yarn add package
```

```typescript
import pkg from 'added package';
```