Commit c731942
committed
🐛 tutorials: fix setup for zeromq broker rename
The zmq -> zeromq broker refactor renamed the public broker class, its
entry point, and its status API. include/setup_tutorial.py still used
the old names, so it raised during import and profile creation, leaving
gsrd_code undefined and breaking every module's notebook execution both
locally and on ReadTheDocs.
- ZmqBroker -> ZeromqBroker (import and isinstance check)
- broker entry point core.zmq -> core.zeromq
- broker.is_running -> broker.check_service_reachable()1 parent f83c156 commit c731942
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments