404 error encountered with jupyter_bokeh.js

Hello, when running shiny in my computer I can render the bokeh plot. However, I get this error at the end: 127.0.0.1:53398 - "GET /%40bokeh/jupyter_bokeh.js HTTP/1.1" 404 Not Found

Does anybody know what this is and how to dix it?

Furthermore, when deploying the app in shinyapps.io, I am not able to see the plot? The logs file says it can find all the libraries I had downloaded for plotting (i.e. shinywidgets, etc.)

This is the error in the logs:
2024-11-08T19:04:58.904699+00:00 shinyapps[13277054]: File "/srv/connect/venv/lib/python3.12/site-packages/shiny/express/_run.py", line 220, in run_express
2024-11-08T19:04:58.909062+00:00 shinyapps[13277054]: exec(
2024-11-08T19:04:58.913401+00:00 shinyapps[13277054]: File "/srv/connect/apps/shiny/app.py", line 7, in
2024-11-08T19:04:58.917661+00:00 shinyapps[13277054]: from shinywidgets import render_bokeh
2024-11-08T19:04:58.921952+00:00 shinyapps[13277054]: ModuleNotFoundError: No module named 'shinywidgets'
2024-11-08T19:05:00.735268+00:00 shinyapps[13277054]: Running on host: aed47ab2e83a
2024-11-08T19:05:00.739522+00:00 shinyapps[13277054]: Running as user: uid=10001(shiny) gid=10001(shiny) groups=10001(shiny)
2024-11-08T19:05:00.743560+00:00 shinyapps[13277054]: Connect version: 2024.05.0
2024-11-08T19:05:00.747776+00:00 shinyapps[13277054]: LANG: C.UTF-8
2024-11-08T19:05:00.752203+00:00 shinyapps[13277054]: Working directory: /srv/connect/apps/shiny
2024-11-08T19:05:00.756455+00:00 shinyapps[13277054]: Bootstrapping environment using Python 3.12.3 (main, May 7 2024, 12:39:34) [GCC 11.4.0] at /srv/connect/venv/bin/python
2024-11-08T19:05:00.760464+00:00 shinyapps[13277054]: Running content using the current Python environment
2024-11-08T19:05:01.734751+00:00 shinyapps[13277054]: /opt/connect/python/connect_fastapi_runtime.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See Package Discovery and Resource Access using pkg_resources - setuptools 75.3.0.post20241107 documentation
2024-11-08T19:05:01.739181+00:00 shinyapps[13277054]: from pkg_resources import parse_version
2024-11-08T19:05:01.743664+00:00 shinyapps[13277054]: Running content using Python "3.12.3 (main, May 7 2024, 12:39:34) [GCC 11.4.0]" at "/srv/connect/venv/bin/python"
2024-11-08T19:05:01.748166+00:00 shinyapps[13277054]: Loading code from "shiny.express.app:app_2e_py"
2024-11-08T19:05:02.740214+00:00 shinyapps[13277054]: Unexpected error while running Python API: No module named 'shinywidgets'

I because of this error, when deploying the app in shinyapps.io I get:
An error has occurred
The application failed to start. exit status 1

Thank you very much!