Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mind-Scan

Goal

To create a script to automate the creation of Mobium Mind Scans.

To run the notebook

Jupyter Notebook and Python 3.x must be installed on your machine. The easiest way to do this is to install Anaconda (https://www.anaconda.com/download) which will install all dependencies along with JN. Once this is installed, open Jupyter Notebooks by going to your command prompt terminal and typing:

$ jupyter notebook

This will open Jupyter Notebook in your browser. You can then navigate to this repo, select the notebook, and run cells.

Alternative way to run the notebook

Notebook can be run from a docker file with the following link. However, there is no way to upload data to it currently

Binder

Alternative way 3 to run the notebook

Python 3.x, pip, and virtualenv must be installed. Then, from the main directory folder of the repo, call

virtualenv mindscan-automation
source activate mindscan-automation
pip install -r requirements.txt
jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages