Skip to content

Commit c80dea5

Browse files
authored
Update README.md
1 parent 59d6037 commit c80dea5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ cometx copy WORKSPACE/PROJECT/EXPERIMENT-NAME-OR-ID NEW-WORKSPACE/NEW-PROJECT
151151
* [cometx log](#cometx-log)
152152
* [cometx reproduce](#cometx-reproduce)
153153
* [cometx delete-assets](#cometx-delete-assets)
154+
* [cometx config](#cometx-config)
154155

155156

156157
For all subcommands, use the `--help` flag to get additional information.
@@ -361,6 +362,21 @@ Type can be valid asset tupe, including:
361362

362363
For more information, `cometx delete-assets --help`
363364

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.
379+
364380
## cometx reproduce
365381

366382
```

0 commit comments

Comments
 (0)