Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poad/docker-aws-operation-jupyter
- Owner: poad
- License: mit
- Created: 2022-04-03T13:52:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T07:10:39.000Z (2 months ago)
- Last Synced: 2024-09-10T09:27:06.608Z (2 months ago)
- Topics: aws, bash, jupyter, jupyter-notebook, jupyterlab, typescript
- Language: Python
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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';
```