Skip to content

Displaying HTML in a Jupyter Notebook leads to issues with TimeTravel AND filesystem #8296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
novoselt opened this issue Apr 23, 2025 · 0 comments
Assignees

Comments

@novoselt
Copy link
Collaborator

I had a cell in a Jupyter Notebook with

from IPython.display import HTML
display(HTML(f"<h1>HTML Header</h1>"))

In TimeTravel it renders an iframe with my whole account.

Also I got a tab open with a file "h1>" corresponding to "https://cocalc.com/projects/35dd0d93-f702-4bd4-90dc-f5a3c2117ba2/files/tests/%3Ch1%3EHTML%20Header%3C/h1%3E" and displaying

Error: command ''hexdump' (args=-C -n 512 tests/<h1>HTML Header</h1>)' exited with nonzero code 1 -- stderr='hexdump: tests/<h1>HTML Header</h1>: No such file or directory hexdump: all input file arguments failed '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants