5. FAQ (Frequently Asked Questions)

5.1. How do I install library X?

You can install new software easily on the notebooks using conda or pip. The %conda and %pip magics can be used in a cell of your notebooks to do so, e.g. installing rdkit:

%conda install rdkit

Once installed you can import the libray as usual.

Note

Any modifications to the libraries/software of your notebooks will be lost when your notebook server is stoped (automatically after 1 hour of inactivity)!

5.2. Can I request library X to be installed permanently?

Yes! Just let us know what are your needs. You can contact us via:

We will analyse your request and get back to you.