We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 '
The text was updated successfully, but these errors were encountered:
williamstein
No branches or pull requests
I had a cell in a Jupyter Notebook with
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
The text was updated successfully, but these errors were encountered: