Github ipython laptop hosting

I maintain a Github repository with two ipython laptop files. My repository is here:

https://github.com/tschm/MosekRegression

When I try to open these files using nbviewer, for example. using

nbviewer.ipython.org

and insert

http://nbviewer.ipython.org/urls/github.com/tschm/MosekRegression/blob/master/Data.ipynb

I get a 400 Bad Request error. The file is good as it works when I make it available as a Gist. The first studies show that this is a resolution problem? I bet I'm doing something stupid here ...

Many thanks

Thomas

+4
source share
3 answers

@chuwy , . , github, "Raw":

enter image description here

URL- ( "http://" ) " http://nbviewer.ipython.org/urls/"

, , iPython:

https://github.com/watsonix/prediction_for_fun_and_profit/blob/master/statsmodel_outliers.ipynb

nbviewer, "Raw", URL-:

https://raw.githubusercontent.com/watsonix/prediction_for_fun_and_profit/master/statsmodel_outliers.ipynb

URL-:

http://nbviewer.ipython.org/urls/raw.githubusercontent.com/watsonix/prediction_for_fun_and_profit/master/statsmodel_outliers.ipynb

!

+6

, gist iPython! nbviewer, , GitHub ipynb.

+3

All Articles