Before starting to serve the model, let's add the main package to the classpath to load the whole necessary libraries to Jupyter Notebook kernel from Konduit-Serving.
%classpath add jar ../../konduit.jar
Classpaths can be considered similar to site-packages in the python ecosystem. It is loaded from each library that's to be imported to your code.
Starting a server
Let's start a server with an id of dl4j-mnist and use dl4j.json as the configuration file.