Not able to display Jupyter notebook #2870
Replies: 3 comments 1 reply
-
|
Just checked your page and you seem to have solved this issue. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the prompt response. Actually the pages that you checked had static html pages embedded, I converted ipynb to html manually and embedded them in the md files. However, today when I tried to create a sample md file with embedded ipynb file to highlight the problem, it worked perfectly. So, it seems it is working now and I have no idea why! |
Beta Was this translation helpful? Give feedback.
-
|
I think I might have an idea of where the problem could be. When I explicitly converted .ipynb to html I was initially getting an error State Error. Possibly the notebooks were not getting converted successfully and once the error was removed it worked fine. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
{::nomarkdown} {% assign jupyter_path = '/assets/jupyter/ad_timeseries.ipynb' | relative_url %} {% capture notebook_exists %}{% file_exists /assets/jupyter/ad_timeseries.ipynb %}{% endcapture %} {% if notebook_exists == 'true' %} {% jupyter_notebook jupyter_path %} {% else %} <p>Sorry, the notebook you are looking for does not exist.</p> {% endif %} {:/nomarkdown}If someone could kindly help as to what am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions