You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all subcommands, use the `--help` flag to get additional information.
@@ -361,6 +362,21 @@ Type can be valid asset tupe, including:
361
362
362
363
For more information, `cometx delete-assets --help`
363
364
365
+
## cometx config
366
+
367
+
To enable auto-logging of your notebooks in Jupyter environments:
368
+
369
+
```python
370
+
cometx config --auto-log-notebook yes
371
+
```
372
+
373
+
To turn auto-logging of notebooks off, use:
374
+
375
+
```python
376
+
cometx config --auto-log-notebook no
377
+
```
378
+
If you keep the generated experiment URLs in the notebook, but later edit the notebook, the notebooks will be updated in all of the experiments created in the notebook.
0 commit comments