why use_routes can't work in jupyterlab?
I am debugging multipage, and tried to run the same code in jupyterlab, and it raised an error.... and yes I can't find any code from use_routes... how does this work when I run in prompt line mode?
2 Replies
routing is not supported in jupyter lab, but i think you mean use_route ? not use_routes?
after check i found that code given by AI is wrong , but strangely it worked when called by solara run ...
how can i debug or test a complex multipage site with different layout --- you see i am still struggle in sidebar... it take me to much time to learn without simple demo and documents...