Spaces:
Sleeping
Sleeping
Update pages/5_Structured_data.py
Browse files
pages/5_Structured_data.py
CHANGED
|
@@ -94,5 +94,7 @@ with pd.ExcelWriter(r'/Users/rajbunny/Downloads/untitled_folder.xlsx', mode="x")
|
|
| 94 |
'''
|
| 95 |
st.code(scode,language="python")
|
| 96 |
st.subheader("To check coding part of exel.ipynb")
|
| 97 |
-
|
| 98 |
-
|
|
|
|
|
|
|
|
|
| 94 |
'''
|
| 95 |
st.code(scode,language="python")
|
| 96 |
st.subheader("To check coding part of exel.ipynb")
|
| 97 |
+
import streamlit as st
|
| 98 |
+
if st.button("Click here"):
|
| 99 |
+
notebook_url = "http://localhost:8888/notebooks/exel.ipynb"
|
| 100 |
+
st.markdown(f"[Click here to go to the Jupyter notebook] {notebook_url}")
|