Metadata-Version: 2.1
Name: jupyternb-setup
Version: 1.3.3b1
Summary: Fabric Jupyter Notebook Container Setup
Home-page: https://github.com/fabric-testbed/jupyternb-setup
Author: Komal Thareja
Author-email: kthare10@renci.org
Keywords: Fabric Jupyter Notebook Container Setup
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# JupyterHub Notebook Container Setup
This repository contains the software responsible for setting up Jupyter Hub Container for a FABRIC user.

## Overview



## Requirements
Python 3.9+

## Pre-requisites
Ensure that following are installed
```
virtualenv
virtualenvwrapper
```
## Installation
Multiple installation options possible. For CF development the recommended method is to install from GitHub MASTER branch:
```
$ mkvirtualenv fabrictestbed
$ workon fabrictestbed
$ pip install git+https://github.com/fabric-testbed/fabric-cli.git
```
For inclusion in tools, etc, use PyPi
```
$ mkvirtualenv fabrictestbed
$ workon fabrictestbed
$ pip install fabrictestbed
```
