I am creating a Jupyter Notebook New Indian Rupees Income Tax Calculator, but the cell does not run.
Command:!streamlit run incometax_app.py
I am vetting our suggestion.
I am creating a Jupyter Notebook New Indian Rupees Income Tax Calculator, but the cell does not run.
Command:!streamlit run incometax_app.py
I am vetting our suggestion.
Streamlit is an independent GUI/Dashboard system. So while that command may trigger something to happen, it likely won’t display much inside Jupyter, which is its own GUI with its own related Dashboard system, Voila.
What happens if you run that command, without the exclamation point, in your terminal or console? Which is the typical way to run it.
Last I knew Jupyter and Streamlit don’t work out of the box together; however, you have detailed nothing of your set up. Or the actual logs of what happens when you issue that command, i.e, the logs in the terminal from the notebook server. See Getting good answers to your questions .
You may want to see GitHub - ddobrinskiy/streamlit-jupyter: Simple Python package to preview and develop streamlit apps in jupyter notebooks · GitHub . (I have not tried it though so I don’t know how easy it is to get working.)
Also, I know streamlit works on https://py.cafe/ . You may have better luck trying Streamlit separate from Jupyter via that online app development and sharing resource.