Skip to content

Commit 5d5c5a7

Browse files
committed
Fixes a small aesthetic choice on observer docs
1 parent 87e4c4c commit 5d5c5a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Registering and running observers in isolated processes
2+
3+
TODO: write. But the core idea is using `set_observer(observer_name=...)`, and then `ExternalObserver(observer_name=...)`.

docs/protein-optimization/using_poli/the_basics/defining_an_observer.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,11 @@
306306
{
307307
"cell_type": "code",
308308
"execution_count": 5,
309-
"metadata": {},
309+
"metadata": {
310+
"tags": [
311+
"hide-output"
312+
]
313+
},
310314
"outputs": [],
311315
"source": [
312316
"from poli import objective_factory\n",

0 commit comments

Comments
 (0)