plasma icon indicating copy to clipboard operation
plasma copied to clipboard

Plasma is an e-learning Jupyter-based platform for data analysis

Results 20 plasma issues
Sort by recently updated
recently updated
newest added

Hi, I've had a working Plasma instance running on an Openstack cloud for several months with no problems. Yesterday I created a new instance and successfully ran the playbooks to...

This could partially fix https://github.com/plasmabio/tljh-repo2docker/issues/29. We discussed this in person with @pierrepo as a way to directly point a user to the right environment, via a link from outside JupyterHub....

It would be great to add a new entry to the "Gallery of JupyterHub Deployments" in the JupyterHub documentation: https://jupyterhub.readthedocs.io/en/stable/gallery-jhub-deployments.html Something that could be done at some point in the...

@CVandiedonck recently had a nice user experience with the "Reset to Original" feature: ![2020-04-20_16-17-25](https://user-images.githubusercontent.com/733861/79953165-be7e1800-847b-11ea-96f7-e18fdd738b0c.png) It resets a notebook to its original state. Are you aware of this feature? Is it...

question
UI

Upon authentication, a user lands to a page where he can select the image he would like to load: ![image](https://user-images.githubusercontent.com/733861/79890845-5dfdc500-8400-11ea-9918-e499997b180c.png) If he wants to run another container (environment), from the...

enhancement
question
UI

Update the `jupyterhub/repo2docker` Docker image to point to a pinned version by default. The tag is made configurable in case so it's easier to override if needed, without having to...

maintenance

Fixes #216 Trying to test https://github.com/plasmabio/plasma/pull/217 on a VM was leading to issues installing the Python requirements from the custom branch. However using the default installer together with #217 seems...

enhancement

Similar to https://github.com/plasmabio/tljh-repo2docker/issues/67, having tags and releases would make it easier to use the plugin with different versions of TLJH and JupyterHub. We should consider making a `v1.0.0` from the...

TLJH is now releasing proper versions, and 1.0 is now available. The major changes are listed in the changelog: https://tljh.jupyter.org/en/stable/reference/changelog.html#id2 Probably one of the main items to look at would...

Trying a fresh install, the ansible script hangs when installing TLJH: ``` ansible-playbook site.yml -i hosts PLAY [all] ************************************************************************************************************************************************************************************************ TASK [Gathering Facts] ************************************************************************************************************************************************************************************ ok: [192.168.1.92] TASK [Install required system packages]...