Replies: 3 comments 1 reply
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Incidentally, I experience the same issue with Quarto Pre-release — v1.5.39. What tends to happen is, to visualise any changes I have made in the Jupyter notebook, it seems I need to save the file with a new name and then open another terminal instance and preview the new file. I end up with many, many terminal instances running simultaneously (I cannot terminate them no matter what I try). If I try to preview the same file via two different terminal instances, I encounter errors (hence I have been changing the file names). If I can get the preview feature working correctly, it will enormously increase the speed at which I can learn how Quarto / Shiny / Python work together. |
Beta Was this translation helpful? Give feedback.
-
We currently have a problem in our windows builds with preview This is probably related. We'll fix soon. Sorry for the trouble. |
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.
-
Description
Hi there.
I'm on a windows machine.
Python 3.
Recent version of Shiny.
quarto-1.4.554-win.
I have installed the Jupyter-Quarto extension via jupyterlab extension manager.
I'm trying to develop my skills at building Shiny dashboards.
I have a very unremarkable Jupyter notebook, I've called it "penguin_jupyter.ipynb".
It is basically a duplicate of the same content you will find in the Quarto penguin dashboard example.
Albeit, the opening lines in my case are these:
I run the following line in a Terminal:
The response in the terminal seems to be free from error. It looks like this:
If I make a trivial change to the jupyter file, and save it, I would hope the change would be reflected in the preview (which I am viewing on "localhost" using Chrome browser). However the changes are never reflected there. I have tried hitting refresh, and clearing the browser cache, but It doesn't help.
The strange thing is, I can see that the output html (penguin_jupyter.html) is in fact adopting the changes I am making to the jupyter file... but this is not sufficient for the preview in the browser to be updated.
Can anyone assist? I have seen one discussion here that was only somewhat similar (#9202). I have also been looking at the Quarto Jupyter guide and it implies that my preview should be updating.
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions