binder-examples/python2_runtime

Name: python2_runtime

Owner: Binder Examples

Description: Demonstrating how to activate a python 2 environment with `runtime.txt`

Created: 2017-10-23 19:57:14.0

Updated: 2018-04-07 17:14:58.0

Pushed: 2018-04-07 17:14:57.0

Homepage: null

Size: 4

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Specifying a Python 2 environment with runtime.txt

Binder

We can specify various runtime parameters with a runtime.txt file. In this repository, we demonstrate how to install python 2 with the environment.

If you specify python-2.7 in runtime.txt, then:

important: Make sure that you save your notebooks with a python 2 kernel activated, as this defines which kernel Binder will use when a notebook is opened.

note: If you also wish to install python 3 dependencies, you may do so by including a file called requirements3.txt. The packages inside will be installed into the python 3 environment.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.