This documentation aims to highlight benefits of using Plexus Connect together with Jupyter Notebook and to provide practical examples of their combined use.
Jupyter Notebook, a popular web-based application, is widely used in both academic and business settings for creating and sharing documents that blend live code, text, and data visualizations. With Plexus Connect's integration of Jupyter Notebook, your chemical data can be effortlessly transferred in real time, allowing for seamless incorporation into your team's projects.
Here are just a few advantages of using Plexus Connect with Jupyter Notebook:
Python Installation on local system. Version 3.7 or higher. Also, following python libraries need to be installed. They can all be installed directly from command prompt via pip3 install <library>, e.g. pip3 install seaborn.
Connect API extension for local Python.
Jupyter Notebook, which can be installed directly from command prompt by pip3 install jupyter
or by using Anaconda and conda. For detailed description of the installation, navigate to Jupyter Website.
Following Downloadables
Start Plexus Connect and open Python Chart
View to access the data which are going to be used in the Example. You will see the data and a chart generated from the data. The goal is to construct the same chart directly in Jupyter Notebook.
Open the command prompt on your computer and change the directory to the location where you've saved the Jupyter Notebook file you previously downloaded.
Type the command jupyter notebook
into the command prompt and press enter. This will open a browser window showing the contents of the folder from which you've launched Jupyter Notebook.
Open the file you downloaded. Copy your API Key in the place of <YOUR_API_KEY> in the first code snippet. See the documentation here for guidance where to find you Connect API key.
In order to create the chart, execute the code snippets one by one. Each code snippet includes a detailed description of its function. Once you execute all code snippers, the chart will be constructed.
Example 2 can be found on the separate page here
{info} Should you require a solution precisely tailored to your specific needs, the Instant JChem support team is ready to assist. Contact us via Chemaxon Freshdesk.