https://github.com/jrcasso/jupyter-notebook-template
Jupyter Notebook DevContainer development: a container-native development setup
https://github.com/jrcasso/jupyter-notebook-template
container docker jupyter notebook python tensorflow
Last synced: 3 months ago
JSON representation
Jupyter Notebook DevContainer development: a container-native development setup
- Host: GitHub
- URL: https://github.com/jrcasso/jupyter-notebook-template
- Owner: jrcasso
- Created: 2025-01-09T02:03:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T03:47:33.000Z (over 1 year ago)
- Last Synced: 2025-01-16T23:14:35.982Z (over 1 year ago)
- Topics: container, docker, jupyter, notebook, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter Notebook Template
This repository is a template for a Jupyter notebook for Tensorflow with a devcontainer setup.
# Development Setup
>Note: This is a VS Code Remote Containers development project: all development is done within a container to reduce initial time-to-develop. Getting this project up and running on your machine can be as simple as pulling down the repository, running the Docker,and clicking twice in VS Code. Additionally, this is Codespaces compatible.
## Prerequisites
- Docker for Desktop
- VS Code Extensions: [Remote Containers](vscode:extension/ms-vscode-remote.remote-containers)
## Directions
1. Open the repository in VS Code `code `.
1. Select "Remote Containers: Reopen in Container".
The environment will take over and build itself from here; you're ready to develop! Yes, it really is that simple.