Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

It it possible to serve an IPython Notebook from PythonAnywhere

Is it possible to run the Ipython Notebook via PythonAnywhere. This will be very usefull.

like image 605
Tooblippe Avatar asked Aug 04 '13 18:08

Tooblippe


People also ask

How do I run IPython notebook locally?

To launch a Jupyter notebook, open your terminal and navigate to the directory where you would like to save your notebook. Then type the command jupyter notebook and the program will instantiate a local server at localhost:8888 (or another specified port).

Is IPython notebook and Jupyter Notebook same?

The IPython Notebook is now known as the Jupyter Notebook. It is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media. For more details on the Jupyter Notebook, please see the Jupyter website.

Is IPython tied to Jupyter project?

In addition, IPython is closely tied with the Jupyter project, which provides a browser-based notebook that is useful for development, collaboration, sharing, and even publication of data science results.

Do I need IPython for Jupyter?

The IPython kernel is the Python execution backend for Jupyter. The Jupyter Notebook and other frontends automatically ensure that the IPython kernel is available. However, if you want to use a kernel with a different version of Python, or in a virtualenv or conda environment, you'll need to install that manually.


1 Answers

PythonAnywhere dev here -- unfortunately it's not possible right now, but it's on our list. I've added an upvote on your behalf.

like image 197
Giles Thomas Avatar answered Sep 23 '22 16:09

Giles Thomas