Read a new blog post on the SAP Community Network to learn how our i-OhJa solution can be used to connect to SAP Netweaver-based systems in Jupyter notebooks: https://blogs.sap.com/2020/05/31/connect-to-sap-netweaver-in-a-jupyter-notebook-using-i-ohja/
Ii-OhJa is a solution based on the SAP Java Connector to interact with SAP Netweaver systems in the application layer. It is written in the Scala programming language and provides wrapper classes for all basic JCo classes. It also contains SAP module-specific libraries, servers, conversion and SerDe libraries for various formats, and much more.
The mentioned blog post explains how Jupyter notebooks can be used together with i-OhJa to interact directly with an SAP Netweaver system. For this purpose it is sufficient to use the i-OhJa client library and set up a simple server instance to receive data in a stream-oriented manner.