We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7484bd commit 057f04bCopy full SHA for 057f04b
rerun_notebook/src/rerun_notebook/__init__.py
@@ -41,7 +41,7 @@
41
if "RERUN_DEV_ENVIRONMENT" in os.environ:
42
ASSET_ENV = "serve-local"
43
else:
44
- ASSET_ENV = "https://app.rerun.io/version/{__version__}/widget.js"
+ ASSET_ENV = f"https://app.rerun.io/version/{__version__}/widget.js"
45
46
if ASSET_ENV == ASSET_MAGIC_SERVE:
47
from .asset_server import serve_assets
0 commit comments