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

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

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.