-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create google colab 'sandbox' environment for Biosimulators interaction #5
base: dev
Are you sure you want to change the base?
Conversation
…Google Colab notebook)
❌ Deploy Preview for determined-booth-118c06 failed.
|
During CI, an old version of utils is being used to build the tutorials repo and thus there is an error when importing the object |
I propose a change to the readme as follows: BioSimulators tutorialsThis repository contains Jupyter notebooks with tutorials for the Python APIs for the simulation tools registered with BioSimulators and a Jupyter notebook server for running the notebooks. NEW: As an alternative to the Jupyter Notebooks and relative Jupyter Notebook server, we have added a Google Colab Notebook for users that are more comfortable with a shareable, annotatable "sandbox environment". Complete with the required dependencies, input data, and explicitly-defined methods that are essential to interacting with The tutorials are located in the Getting startedRunning the tutorials online with Google Colab (web-based, minimal setup)Open https://colab.research.google.com/drive/1aI7Z6ZBcQzOc9PJllW9N9oeTcFtXfhTd#offline=true&sandboxMode=true in your browser or click on the above Colab badge. Running the tutorials online with BinderThe easiest way to run the tutorials is with Binder. Simply open https://tutorial.biosimulators.org/ in your browser. Running the tutorials on your own machineRun the following command to download the tutorials:
Run the following command to launch a Jupyter notebook server at http://localhost:8888 for the tutorials in this repository:
Alternatively, run the following command to launch a Jupyter lab server at http://localhost:8888 for the tutorials in this repository:
LicenseThis package is released under the MIT license. Development teamThis package was developed by the Karr Lab at the Icahn School of Medicine at Mount Sinai in New York as part of the Center for Reproducible Biomodeling Modeling with assistance from the contributors listed here. FundingThis package was developed with support from the National Institute for Bioimaging and Bioengineering (award P41EB023912). Questions and commentsPlease contact us at [email protected] with any questions or comments. |
Problem scenario
Addresses a need for the following:
What does this PR do?
To Do PRIOR to merge