bpfrd

Results 9 issues of bpfrd

Hello, I am using nbgrader together with z2jh for multiple courses where each course has its own configuration (GPU, CPU, RAM, docker image, etc.). each user (students & instructors) may...

enhancement
question

Hello, In the current nbgrader demos/demo_multiple_courses, you put the below code in grader-course101 home directory. grader-course101 cat .jupyter/nbgrader_config.py c = get_config() c.CourseDirectory.root = '/home/grader-course101/course101' c.CourseDirectory.course_id = "course101" what if there...

Hello, I get the following error while running the script provided in demos folder `./restart_demo.sh demo_one_class_one_grader` + jupyter nbextension install --symlink --sys-prefix --py nbgrader --overwrite Traceback (most recent call last):...

question

Hi, I installed the requirements using: sudo python3 -m pip install -r requirements.txt but when I try to install librascal using: sudo python3 -m pip install librascal I get the...

Hi, I set up nbgrader (this implementation https://github.com/CERIT-SC/nbgrader-k8s/tree/main/nbgrader-exchange) with jupyterhub. Some students are not able to fetch feedback and get this error: ``` $nbgrader fetch_feedback "assignment_name" --course course_name [FetchFeedbackApp |...

bug
needs info

Hello, I get the below error when I try to convert my svg data to png ``` File [~\pythonEnv\lib\site-packages\cairosvg\surface.py:410](http://localhost:8888/lab/tree/GraphDL/~/pythonEnv/lib/site-packages/cairosvg/surface.py#line=409), in Surface.draw(self, node) 407 pass 409 # Get stroke and fill...

feature

### Bug description Hi, It seems that `trainer.test` and `trainer.validate` have some issues with manual grading while `trainer.fit` not! In my code `trainer.fit(train_episode_loader, val_task_loader)` works but none of `trainer.test(m, val_task_loader)`...

bug
needs triage
ver: 2.4.x

Hi I deployed jupyterhub & nbgrader in kubernetes. I'm using this version of nbgrader https://github.com/CERIT-SC/nbgrader-k8s please find the issue and details below: ### Operating system Centos ### `nbgrader --version` nbgrader...

bug

Hello, i’m trying to collect mouse tracking data on our html but i noticed that there are a couple of indiscrepencies in the collected data for the nested elements: Firstly,...