Skip to content

Commit 982f35f

Browse files
JessamyTnjooma
andauthored
Update example.ipynb to clarify custom implementation requirements (#231)
Co-authored-by: Naveed Jooma <[email protected]>
1 parent e727c76 commit 982f35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/examples/example.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
"\n",
243243
"The steps required in creating a custom component and connecting it to the RDK are\n",
244244
"1. **Subclass a component and implement desired functions**. This will be your custom component.\n",
245+
" - For functions you do not wish to implement, you must at least define them by putting `pass` or `raiseNotImplementedError()` in the function.\n",
245246
"1. **Create an `rpc.server.Server` instance and register the custom component**. This is the `RPC` server that enables communication with your custom component.\n",
246247
"1. **Start the `Server` and register the running server as a remote**. Registering this `RPC` server as a remote allows the RDK to communicate with the server.\n",
247248
"\n",

0 commit comments

Comments
 (0)