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
With the minimum example from the readme I get the following output:
File 'vegafusion_panel.py', line 16, in <module>:
from vegafusion_jupyter.runtime import runtime Traceback (most recent call last):
File "C:\Users\ding\.conda\envs\py38_64\lib\site-packages\bokeh\application\handlers\code_runner.py", line 231, in run
exec(self._code, module.__dict__)
File "C:\Users\ding\source\repos\novatellogtools\pynovatel\plotting_utils\panel_test.py", line 3, in <module>
from panel_vegafusion import VegaFusion
File "C:\Users\ding\.conda\envs\py38_64\lib\site-packages\panel_vegafusion\__init__.py", line 38, in <module>
from .vegafusion_panel import VegaFusion
File "C:\Users\ding\.conda\envs\py38_64\lib\site-packages\panel_vegafusion\vegafusion_pane.py", line 16, in <module>
from vegafusion_jupyter.runtime import runtime
ModuleNotFoundError: No module named 'vegafusion_jupyter.runtime'
With the minimum example from the readme I get the following output:
From what I can tell, the vegafusion_jupyter.runtime module has not existed since 0.2.0
https://github.com/hex-inc/vegafusion/blob/v0.0.2/python/vegafusion-jupyter/vegafusion_jupyter/__init__.py
The text was updated successfully, but these errors were encountered: