You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to install custom packages inside an IPython Notebook on tmpnb.org? I've attempted to do so without much success.
Input
Output
Thank you,
Taylor
The text was updated successfully, but these errors were encountered: