Hi folks. Any way to avoid `.from_source()` here?...
# ask-community
a
Hi folks. Any way to avoid
.from_source()
here? https://github.com/jupyter-server/jupyter-scheduler/pull/542/files#diff-cd0d4961b780a6820d97838f7609d2f009f0018295ea1fae79a368bff9c71ae5R244-R254 I'm trying to serve flows on a schedule from my JupyterLab extension but without
.from_source()
/ by default Prefect expects flow source file (stored in extension source code) to be in a subfolder of JupyterLab running directory (where
jupyter lab
was called)