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
Update: I am able to reproduce this by running it at the console.
>>> from shiny.express import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/winston/Projects/py-shiny/shiny/express/__init__.py", line 46, in __getattr__
return _get_current_session().input # pyright: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'input'
>>> from shiny.express import input
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'input' from 'shiny.express' (/Users/winston/Projects/py-shiny/shiny/express/__init__.py)
The text was updated successfully, but these errors were encountered: