nbgrader
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** 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...
docker commit -c 'CMD ["start-notebook.sh"]' jupyter-ise...
**** nbgrader-to-jupyterlab [#be74ecf5]
- https://github.com/LibreTexts/nbgrader-to-jupyterlab/tr...
git clone -b lab-common https://github.com/LibreTexts/nb...
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-valida...
- nbgrader validate だけ?
**** @educational-technology-collective/jupyterlab-nbgrad...
- https://libraries.io/npm/@educational-technology-collec...
- これも nbgrader validate だけ?
終了行:
** 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...
docker commit -c 'CMD ["start-notebook.sh"]' jupyter-ise...
**** nbgrader-to-jupyterlab [#be74ecf5]
- https://github.com/LibreTexts/nbgrader-to-jupyterlab/tr...
git clone -b lab-common https://github.com/LibreTexts/nb...
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-valida...
- nbgrader validate だけ?
**** @educational-technology-collective/jupyterlab-nbgrad...
- https://libraries.io/npm/@educational-technology-collec...
- これも nbgrader validate だけ?
ページ名: