Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 3.49 KB

FAQ.rst

File metadata and controls

62 lines (49 loc) · 3.49 KB

FAQ - Frequently Asked Questions


How can I test a NeuroLibre submission ?

You can test your NeuroLibre submission using our RoboNeuro preview service. Make sure to follow TEST_SUBMISSION if you need more details.

Can I submit a non-github repository ?

We don't accept non-github submission. Still if you need the interactive binder, you can use any of those providers.

What are the hardware limits on NeuroLibre ?

Running time should take less than 8 hours to execute uncached (that includes all notebooks and book build) with or 2 CPU@3GHz. You need use less than ~7.5GB of RAM, take less than 10GB runtime storage and no more than 5GB of data.

I want to contribute, how can I do that ?

It would be a pleasure to include external people on our project, please reach out to us via our mattermost brainhack forum or #TODO:EMAIL! There are fundamentally two ways to contribute to NeuroLibre: as a reviewer or as a developper.

The reviewer team is in charge of checking if submissions execute ok on our servers, there are also exchanging with the author to help them improve it. Developer team works on the binderhub administration, backend workflows and frontend (including github integrations, and JOSS website template).

Which languages does NeuroLibre support ?

All languages supported by the jupyter ecosystem, check the following list.

What type of review are you doing ?

We are a preprint service, and so we stand for minimalistic reviews. This includes basic formatting, and checking if code executes.

How do I manage datasets with NeuroLibre ?

We use repo2data to manage input data, and cache. For more information please check the data related section.

Which version of jupyter-book and repo2data should I use ?

We always recommend latest versions for better compatibility. For jupyter-book you are free to use any version you like, since we rely only on the compiled artifacts. For repo2data, we highly advise to match latest version because this is what is used on the backend.

How can I cache my experiments ?

If you have some cache data, you can use repo2data to make the data available on NeuroLibre. Then follow the information about jupter-book caching here.

Can I use Dockerfile for my submission ?

As highlghted in our documentation, we don't recommend building with Dockerfiles. However if you don't have choice, you can check our section, and more specifically binder with Dockerfile instructions.