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

In the [Bash environment](https://github.com/plasmabio/template-bash), the Bask kernel dies when we ask Jupyter Lab to "Rerun Kernel and Run All Cells": ![image](https://user-images.githubusercontent.com/733861/189731104-b53282fb-e014-4f8e-bfae-87c9ff4ee917.png) The Docker container log is: ``` [I 2022-09-12 18:14:42.433...

Current version of ctop used in Plasma is 0.7.3: https://github.com/plasmabio/plasma/blob/d7d670309fbab871d77ae1bdb733e167cbf86fad/ansible/utils.yml#L10-L14 One could update to [last](https://github.com/bcicen/ctop/releases) version (0.7.7).

update

It would be nice to let the user change his or her password inside an environment. At this time, this is not possible from a terminal: ![image](https://user-images.githubusercontent.com/733861/165470617-a0b38da4-2cf7-423b-b32f-e5c6b95eba47.png) I guess we...

enhancement

With the current situation: https://github.com/plasmabio/plasma/blob/d7d670309fbab871d77ae1bdb733e167cbf86fad/ansible/tljh.yml#L46-L51 The Docker image of repo2docker is never updated. According to Ansible [documentation](https://docs.ansible.com/ansible/latest/collections/community/docker/docker_image_module.html#parameter-force_source), we should add the parameter: ``` force_source: yes ``` to update repo2docker to...

Every academic year, we delete old student accounts and create new ones. Logins are the same and are recycled from one session to the next (`stu-megm1-01`, `stu-megm1-02`...) We noticed an...

We need ACL to define access rights to some common directories: - Group `teachers` can read and write any files and sub-directories in `/srv/data`. - Group `students` can read all...

This may help fix https://github.com/plasmabio/plasma/issues/189 - [ ] Add / update the documentation

We sometimes need to install additional packages in a running environment, either because we forgot to install these packages in the environment image, either because we want to perform a...

This is already enabled for `plasmabio` on ReadTheDocs here: ![image](https://user-images.githubusercontent.com/591645/157412885-4cf8b646-ff74-4086-aebe-73888672af0a.png) But doesn't seem to be triggered on the recent PRs. Needs to be investigated, as this would make iterating on...

It seems adding the `start` script mentioned [here](https://repo2docker.readthedocs.io/en/latest/config_files.html#start-run-code-before-the-user-sessions-starts ) has no effect in plasma. I guess because there is a custom tljh_plasma/entrypoint/entrypoint.sh script. I did change the file and added...