Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I display an Ipython notebook hosted on bitbucket?

I have a very simple notebook, hosted on github and on bitbucket. The github URL displays fine in the nbviewer, but the bitbucket URL - which should indicate the same trivial notebook - does not work with the nbviewer.

Is it possible that nbviewer only takes github notebooks?

Later comment: my repo was private - so that was at least one reason why it could not work!

like image 259
thomash Avatar asked Mar 14 '15 19:03

thomash


People also ask

How do I view IPython notebook?

Double-click on the Jupyter Notebook desktop launcher (icon shows [IPy]) to start the Jupyter Notebook App. The notebook interface will appear in a new browser window or tab. A secondary terminal window (used only for error logging and for shut down) will be also opened.

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.


2 Answers

Since this is/was the first result when googling for this, I just thought I'd update and let everyone know that this is now an add-on available in Bitbucket. You can find it under Settings -> Find Integrations. The source and issue tracker are available here - https://bitbucket.org/bitbucket/bitbucket-nbviewer

like image 56
HurnsMobile Avatar answered Oct 05 '22 19:10

HurnsMobile


Based on this issue on Bitbucket's issue tracker, it does not seem to be supported yet.

like image 25
Stefanus Avatar answered Oct 05 '22 20:10

Stefanus