The iAtlas Data may depend on data from Synapse. This uses synapseclient via reticulate. The following are steps to ensure it is installed and working.
Reticulate should enstall as a part of the renv dependencies.
As reticulate installs, it should have a prompt that asks if you want to install miniconda. Select "Yes"
When miniconda installation finishes, you will be asked to activate the miniconda environment (from terminal)
foo@bar:~$ conda activate r-reticulate
If conda activate r-reticulate
is unable to locate the environment:
R
reticulate::conda_list()
dataframe
/<path-to-the-project-folder>/renv/python/r-reticulate/bin/python
/bin/python
):dataframe
/<path-to-the-project-folder>/renv/python/r-reticulate
console
foo@bar:~$ conda activate /<path-to-the-project-folder>/renv/python/r-reticulate
(/<path-to-the-project-folder>/renv/python/r-reticulate)@user:~$ pip install synapseclient
For the login to Synapse to work correctly, there must be a .synapseCofig
file in your user directory. An example file is located in the root of the application. Please see https://python-docs.synapse.org/build/html/Credentials.html for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.