GithubHelp home page GithubHelp logo

jparyani / ipython Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ipython/ipython

6.0 6.0 6.0 63.41 MB

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

Home Page: http://ipython.org

JavaScript 2.41% Shell 35.21% Cap'n Proto 27.11% Ruby 35.27%

ipython's People

Contributors

barrywark avatar bfroehle avatar carreau avatar chebee7i avatar chronitis avatar damianavila avatar dpsanders avatar ellisonbg avatar fperez avatar gaelvaroquaux avatar gregcaporaso avatar ivanov avatar jasongrout avatar jdfreder avatar jhamrick avatar jonathan-taylor avatar jparyani avatar jstenar avatar juliantaylor avatar minrk avatar rgbkrk avatar rkern avatar ssanderson avatar stefanv avatar sylvaincorlay avatar takluyver avatar tkf avatar tomspur avatar vivainio avatar zsailer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ipython's Issues

Extra packages

Would there be a way to include extra packages other than building your own spk? Or is it an option to include some popular packages in Sandstorm's version? (e.g. beautifulsoup4).

Mechanism to Load Notebook

When working in python notebooks normally I just drop the notebook file where the server expects to find them.
When working with Sandstorm how are we to upload/load/import notebook files, and other supporting python files?

Python 3 doesn't work

  1. Create a new grain.
  2. Create a new notebook with Python 3.
  3. Wait for the kernel to start.

After a while, an error appears:

The kernel appears to have died. It will restart automatically.

Then another error appears:

The kernel has died, and the automatic restart has failed. It is possible the kernel cannot be restarted. If you are not able to restart the kernel, you will still be able to save the notebook, but running code will no longer work until the notebook is reopened.

It appears Python 3 doesn't work at all.

Python 2 seems to work fine.

scikit-learn RFE

import sklearn gives ImportError: No module named sklearn

I can't pip install scikit-learn either: ExceptionPexpect: Error! pty.fork() failed: out of pty devices.

Doesn't work

Please review, currently doesn't run python code.

access mercurial grain from ipython notebook? via powerbox?

I'd like to access a mercurial grain from an ipython notebook in sandstorm.

I managed to get mercurial installed inside an ipython grain by uploading the source and using it in pure python mode (some details below).

But I can't figure out how to connect to the https address given in the mercurial grain. https://docs.sandstorm.io/en/latest/developing/powerbox/ says HTTP_PROXY should be set, but I get KeyError from os.environ['HTTP_PROXY'].

sys.argv = ['setup.py', '--pure', 'build_py', '-c', '-d', '.']
 execfile("./setup.py")
sys.argv = ['setup.py', '--pure', 'build_hgexe', '-i']
execfile("./setup.py")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.