goetzrobin / r_versus_python

This is a repo for the prototype built for Temple University's MIS 4596 Capstone Course. It lets users run R and Python code next to each other in a browser. It uses the Jupyter notebook runtime environment and a Node.JS server.

Home Page:https://project.mis.temple.edu/conwellconsulting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R versus Python

This is the final project of my Management Information Systems capstone at Temple University.

Getting Started

We are currently at the beginning of our development.

As of now, this is a proof of concept. Only one user can use the website at a time. If you have issues getting the project to run, please send an email to robin.goetz@temple.edu

Running

You will need Docker in order to run this project. You can follow this guide to download it. After downloading the application, open a console window in the root directory and run.

docker-compose up
#if you alter the container and need to rebuild it run
docker-compose up --build

To stop the application run

docker-compose down

Authors

  • Robin Goetz - Coding and Artificial Neural Networks - Robin Goetz

Future

If this project is to be continued it is planned to use jupyter hub in order to provide multiple website users with their own kernels.

About

This is a repo for the prototype built for Temple University's MIS 4596 Capstone Course. It lets users run R and Python code next to each other in a browser. It uses the Jupyter notebook runtime environment and a Node.JS server.

https://project.mis.temple.edu/conwellconsulting


Languages

Language:Jupyter Notebook 61.6%Language:JavaScript 15.3%Language:HTML 13.2%Language:Python 8.6%Language:CSS 1.1%Language:Dockerfile 0.1%