Nbviewer can be installed locally in the same way as before, it just takes the nbconvert library from IPython 1.0 if it is installed on the same computer.
Suppose your ipynb is available at a local address (for example: http://local-comany/foo.ipynb
) and nbviewer is located at ( http://local-nbviewer/
), after which the url http://local-nbviewer/url/local-company/foo.ipynb
will open http://local-nbviewer/url/local-company/foo.ipynb
. (he will also work on a laptop on the Internet)
The only requirement is that your nbviewer is hosted on a server that has ipynb access that you want to share. For any URL type: http://local-nbviewer/url/<something>.ipynb
nbviewr will try to extract http://<something>.ipynb
and display it.
source share