#author("2025-04-15T04:47:19+00:00","default:iseki","iseki")
** nbgrader [#m6170e66]
- https://github.com/jupyter/nbgrader

-nbgrader-to-jupyterlab
-- pipでいれたら baseが壊れた 

 conda install -c conda-forge nodejs
 conda install -c conda-forge nbgrader

*** Setup [#h8612314]
- http://bcl.sci.yamaguchi-u.ac.jp/~jun/notebook/nbgrader/


*** for jupyterlab [#q28918c6]
**** jupyterlab_nbgrader [#v4bb9726]
- https://github.com/ocordes/jupyterlab_nbgrader

 git clone https://github.com/ocordes/jupyterlab_nbgrader.git

 docker commit -c 'CMD ["start-notebook.sh"]' jupyter-iseki jupyterhub-ltictr/jupyter-dev


**** nbgrader-to-jupyterlab [#be74ecf5]
- https://github.com/LibreTexts/nbgrader-to-jupyterlab/tree/lab-common

 git clone -b lab-common https://github.com/LibreTexts/nbgrader-to-jupyterlab.git
 cd nbgrader-to-jupyterlab/
 python setup.py build
 python  setup.py install
 cd nbgrader/labextensions/
  
 cd course_list/
 pip install .
 jupyter lab build
 jupyter serverextension enable --py course_list

 cd ../validate_assignment/ 
 pip install .
 jupyter lab build
 jupyter serverextension enable --py validate_assignment


**** etc-jupyterlab-nbgrader-validate [#od912608]
- https://pypi.org/project/etc-jupyterlab-nbgrader-validate/

- nbgrader validate だけ?

**** @educational-technology-collective/jupyterlab-nbgrader-validate [#x930ece0]
- https://libraries.io/npm/@educational-technology-collective%2Fjupyterlab-nbgrader-validate
- これも nbgrader validate だけ?



トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS