You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
We are going to archive this repo, so I'm closing all the open issues and PRs before doing so. Try out the new options for rendering charts mentioned above and if you run into issues, please open an issue directly in the altair or vl-convert repo.
line1 = alt.Chart(Data).mark_line().encode(
x='mean(Value)',
y='Profondeur',
color='Type')
line1
Traceback (most recent call last):
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\formatters.py:974 in call
return method(include=include, exclude=exclude)
File C:\ProgramData\Anaconda3\lib\site-packages\altair\vegalite\v5\api.py:2161 in repr_mimebundle
return renderers.get()(dct)
File C:\ProgramData\Anaconda3\lib\site-packages\altair_viewer_viewer.py:323 in render
out = self.display(
File C:\ProgramData\Anaconda3\lib\site-packages\altair_viewer_viewer.py:268 in display
raise RuntimeError("Internal: _stream is not defined.")
RuntimeError: Internal: _stream is not defined.
The text was updated successfully, but these errors were encountered: