PrometheusPi / particle-in-cell_tutorial

An ipython notebook based introduction to the particle-in-cell algorithm
4 stars 2 forks source link

GitHub does not show jupyter notebook preview #7

Closed PrometheusPi closed 5 years ago

PrometheusPi commented 5 years ago

In contrast to the Navir-Stokes tutorial, GitHub does not show nicely rendered notebooks.

This should be fixed.

PrometheusPi commented 5 years ago

Seems to be a common issue: https://github.com/jupyter/notebook/issues/3035

PrometheusPi commented 5 years ago

As already discussed in the references issue above, the error seams to resolve itself either due to downtime issues on the side of GitHub or due to a intrinsic asynchronous rendering.

In order to view the notebook in a rendered fashion anyway, please go to https://nbviewer.jupyter.org and enter the URL of the notebook.

Alternatively a rendering in htmlcould be done on one's own computer via e.g.

 jupyter nbconvert --to html 01_Electromagnetics_in_1D_with_Yee.ipynb

This allows to check whether there might be any real errors during rendering that prevent GitHub from showing a rendered version.

This issue will be closed (for now).