Skip to content

Commit

Permalink
New FAQ entries
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed May 15, 2019
1 parent cdcc3ff commit 79c9fd8
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion source/faq.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
FAQ (Frequently Asked Questions)
--------------------------------

Work In Progress
How do I install library *X*?
=============================

You can install new software easily on the notebooks using ``conda`` or
``pip``. The ``%conda`` and ``%pip`` `magics <https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-conda>`_
can be used in a cell of your notebooks to do so, e.g. installing ``rdkit``:

.. code-block::
%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)!

Can I request library *X* to be installed permanently?
======================================================

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

* Opening a ticket in the `EGI Helpdesk <https://ggus.eu>`_, or

* Creating a `Github Issue <https://github.com/EGI-foundation/notebooks/issues>`_

We will analyse your request and get back to you.

0 comments on commit 79c9fd8

Please sign in to comment.