tenomadx.blogg.se

Install jupyter notebook in rdkit environment
Install jupyter notebook in rdkit environment







If Anaconda installed correctly the version should be displayed I am using version 4.5.4. If the Anaconda Command prompt is not listed check that you have the Visual Studio Data Science Workload installed). Once the Data Science Workload, to open the Anaconda Prompt in the Windows 10 search bar enter “Anaconda” and select the Anaconda Command prompt.

#INSTALL JUPYTER NOTEBOOK IN RDKIT ENVIRONMENT INSTALL#

The Data Science workload includes Anaconda and a local instance of the Jupyter notebook which is ideal for analyzing datasets in Python.įor setting RDKit up with Jupyter, we are going to use the version of Anaconda that ships with Visual Studio 2017.5.įrom the Visual Studio 2017 installer, install the Data Science Workload, ensuring the Anaconda install option is selected. Visual Studio 2017 includes many different workloads for different functions.

install jupyter notebook in rdkit environment install jupyter notebook in rdkit environment

To install RDKit, I am using Anaconda which is a command line installation tool for Python libraries. Therefore it would seem to a good fit to use RDKit to visualize a structure inline within the Jupyter Notebook. RDKit is an open source cheminformatics software toolkit which can be called from Python and includes API’s to generate SVG representations of chemical structures. When analyzing data that has an associated molecular structure, it would be useful to visualize the structure within the current Jupyter notebook page rather than finding the record in the dataset and copy/pasting the raw structure format into another application. The Jupyter Notebook is an open-source web application that allows the creation and sharing of documents that can contain embedded Python code, and, data visualizations in SVG (Scalable Vector Graphics), and text.







Install jupyter notebook in rdkit environment