I am trying to share a Jupyter Notebook with some regression results (in an IFrame) with my university professor because I need to ask something. The regression results are presented in the HTML file created in the library stargazerin R. The laptop can be viewed here: http://nbviewer.jupyter.org/urls/dl.dropbox.com/s/vnt875efjwqbi2g/regressions.ipynb?flush_cache=True . Is there a way to render a local HTML file in a notebook without hacking it for other people? I tried using nbconvert to convert my laptop to HTML, but although I see the IFrame correctly, others cannot.
The folder is synchronized with Dropbox, and currently what I see in the IFrame is just this error: Error (403) It seems you are not here! You should probably be logged in. Contact our help center and forums for help or return home.
Of course, I could link my teacher with an HTML file that contains the results, but this is not optimal, because it should jump between the nbviewer page for the code and the results page for the results.
source
share