Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 726 Bytes

File metadata and controls

12 lines (8 loc) · 726 Bytes

Neurorobotics-MOOC-initialization

This repository holds a web application designed to be integrated as an HBP Collab application. It allows you select to a Neurorobotics MOOC and to run its exercises in a Jupyter notebook hosted by one of your Collabs. The source code is a slim replica of the Brain Simulation Platform's Usecase Wizard by Stefano Antonel.

All the titles, images, descriptions, files, etc are described in usecases.json

This app is deployed in HBP Collab

To run locally

npm install (install dependencies)

npm run dev (run server)