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
Describe the bug
I use Streamlit to run an interactive data-analysis tool locally. Streamlit scripts have to be run using the terminal command streamlit run name.py
Is there another way to run the profiler, other than python -m scalene -m streamlit run name.py
?
For instance, having a code like:
from scalene import Profiler Profiler.start() ...my streamlit code... Profiler.end() Profiler.show()
and run it regularly via Streamlit.
I use PyCharm on MacOS (Intel).
The text was updated successfully, but these errors were encountered:
dionyce
changed the title
Profiling a Streamlit Script
Profiling a Streamlit Script #question
Oct 24, 2022
dionyce
changed the title
Profiling a Streamlit Script #question
❓ Profiling a Streamlit Script
Oct 24, 2022
dionyce
changed the title
❓ Profiling a Streamlit Script
❓ Profiling a Streamlit Script
Oct 24, 2022
Describe the bug
I use Streamlit to run an interactive data-analysis tool locally. Streamlit scripts have to be run using the terminal command
streamlit run name.py
Is there another way to run the profiler, other than
python -m scalene -m streamlit run name.py
?
For instance, having a code like:
from scalene import Profiler
Profiler.start()
...my streamlit code...
Profiler.end()
Profiler.show()
and run it regularly via Streamlit.
I use PyCharm on MacOS (Intel).
The text was updated successfully, but these errors were encountered: