Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

pip install custom packages on tmpnb #243

Open
tedmiston opened this issue Jul 1, 2016 · 1 comment
Open

pip install custom packages on tmpnb #243

tedmiston opened this issue Jul 1, 2016 · 1 comment

Comments

@tedmiston
Copy link

Is it possible to install custom packages inside an IPython Notebook on tmpnb.org? I've attempted to do so without much success.

Input

! pip install marshmallow

Output

Collecting marshmallow
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4dd5b415f8>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/marshmallow/

Thank you,
Taylor

@minrk
Copy link
Member

minrk commented Jul 5, 2016

It is not. Containers have no network access. tmpnb.org is meant only to demo Jupyter itself. Since it's free, anonymous hosted computing, it would be vulnerable to bitcoin mining and such if we allowed network access, so we disable all network access for containers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants