Skip to content

Commit 057f04b

Browse files
jleibsemilk
authored andcommitted
Use correct URL for RERUN_NOTEBOOK_ASSET (#9800)
- Fixes: #9799
1 parent b7484bd commit 057f04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rerun_notebook/src/rerun_notebook/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
if "RERUN_DEV_ENVIRONMENT" in os.environ:
4242
ASSET_ENV = "serve-local"
4343
else:
44-
ASSET_ENV = "https://app.rerun.io/version/{__version__}/widget.js"
44+
ASSET_ENV = f"https://app.rerun.io/version/{__version__}/widget.js"
4545

4646
if ASSET_ENV == ASSET_MAGIC_SERVE:
4747
from .asset_server import serve_assets

0 commit comments

Comments
 (0)