Philipp Rudiger

Results 1206 comments of Philipp Rudiger

If the VSCode server is running remotely those environment variables probably won't be set.

Actually I'm a little confused by how VSCode works in this instance. Surely if the VSCode notebook is running remotely then the python process is also running there and the...

Sounds like the Markdown parser somehow needs to be made aware of the `$$` delimiters because the markdown conversion happens server-side and therefore happens first and the LaTeX parsing happens...

I remember discussing this at the time but I honestly forget what the alerts on that page looked like. Do you think this is covered by https://panel.holoviz.org/reference/global/Notifications.html? You can certainly...

Once bokeh 3.0 is out we can include the docstrings in tooltips, so scheduling this issue for 1.0.

No more JavaScript build errors but some notes on things I removed: - Card background - Avoiding re-render when setting/unsetting pn-loading css class - Terminal cell width/height computations might be...

Excellent points @MarcSkovMadsen, I agree with everything you said.

This seems like a perfectly reasonable feature request. This should be implemented on the `ReactTemplate` and then applied to both the React and FastGrid HTML templates. It would be kind...

This is not unexpected, session_info is only tracked when either `--admin` or `--session-history` is set. I'd very happily accept suggestions and particularly PRs to clarify this in the documentation.