You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Fixes
- Field names containing spaces are now correctly delt with
- The text search now looks for matches inside the values of the tooltip fields, rather than inside the HTML code of the tooltip which included tags and other irrelevant text
- Fixed an encoding bug when saving the grid as an HTML file on French Windows, which uses CP-1252 encoding instead of UTF-8
[](https://www.rdkit.org/)
[](https://colab.research.google.com/github/cbouy/mols2grid/blob/master/demo.ipynb)
12
13
13
14
mols2grid is an interactive chemical viewer for 2D structures of small molecules, based on RDKit.
@@ -30,7 +31,12 @@ Alternatively, you can also use pip:
30
31
pip install mols2grid
31
32
```
32
33
33
-
It is compatible with Jupyter Notebook and Google Colab (Visual Studio notebooks and Jupyterlab are not fully supported) and can run on Streamlit.
34
+
It is fully compatible with Jupyter Notebook and Google Colab and can run on Streamlit.
35
+
It also works with Visual Studio notebooks and Jupyterlab, except for accessing your selection with `mols2grid.get_selection()` and copying it to the clipboard, but you can still export it as a CSV or SMILES file.
<p>You can also use mols2grid directly in <ahref="https://www.knime.com/">KNIME</a>, by looking for the `Interactive Grid of Molecules` component on the Knime HUB.<br/>
39
+
Make sure you have setup <ahref="https://docs.knime.com/latest/python_installation_guide">Knime's Python integration</a> for the node to work.</p>
34
40
35
41
## 📜 Usage
36
42
---
@@ -152,12 +158,12 @@ You can either:
152
158
153
159
## 🚀 Resources
154
160
---
155
-
* [Simple exemple](https://iwatobipen.wordpress.com/2021/06/13/draw-molecules-on-jupyter-notebook-rdkit-mols2grid/) by iwatobipen
161
+
* [Simple example](https://iwatobipen.wordpress.com/2021/06/13/draw-molecules-on-jupyter-notebook-rdkit-mols2grid/) by iwatobipen
156
162
* Creating a web app with Streamlit for filtering datasets:
157
163
* [Blog post](https://blog.reverielabs.com/building-web-applications-from-python-scripts-with-streamlit/) by Justin Chavez
158
164
* [Video tutorial](https://www.youtube.com/watch?v=0rqIwSeUImo) by Data Professor
159
-
* [Viewing clustered chemical structures](https://practicalcheminformatics.blogspot.com/2021/07/viewing-clustered-chemical-structures.html) by Pat Walters
* [Viewing clustered chemical structures](https://practicalcheminformatics.blogspot.com/2021/07/viewing-clustered-chemical-structures.html) and [Exploratory data analysis](https://practicalcheminformatics.blogspot.com/2021/10/exploratory-data-analysis-with.html) by Pat Walters
0 commit comments