我对与 atoti 合作还是很陌生。运行代码
session.visualize('exploration 1')
时遇到错误
MissingPluginError Traceback (most recent call last)
C:\Users\DIKSHA~1\AppData\Local\Temp/ipykernel_17816/2587889388.py in <module>
----> 1 session.visualize('exploration 1')
~\anaconda3\lib\site-packages\atoti\_type_utils.py in typechecked_func_wrapper(*args, **kwargs)
184
185 # Call the actual function.
--> 186 return self._func(*args, **kwargs)
187
188 # Mark the function as typechecked and return it.
~\anaconda3\lib\site-packages\atoti\_base\_base_session.py in visualize(self, *args, **kwargs)
33 self, *args: Any, **kwargs: Any
34 ) -> Any:
---> 35 raise MissingPluginError("jupyterlab")
36
37 @property
MissingPluginError: The atoti-jupyterlab plugin is missing, install it and try again.
我已经通过使用安装了“atoti”,
pip install atoti[jupyterlab]
但仍然继续遇到此错误。