Skip to content

Commit

Permalink
Python results
Browse files Browse the repository at this point in the history
  • Loading branch information
taroyabuki committed Oct 13, 2024
1 parent 1789412 commit bb4ac2d
Show file tree
Hide file tree
Showing 6 changed files with 5,650 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
*.bak
*.memo
*.sh
!*-knit.sh
addbookmark.py
mathematica.py
mathpass
md2nb.*
md2m.*
python.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Wolfram|Alpha,Python,R,Mathematicaをフル活用して,大学教養レ
--|--|--
[Wolfram\|Alpha](https://www.wolframalpha.com/)|[リンク集](code/wolframalpha)|[キャプチャ画像](code/wolframalpha/results/README.md)
Python (JupyterLab)|[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/taroyabuki/comath/HEAD?labpath=code%2Fpython%2Fpython-binder.ipynb)
R (JupyterLab)|[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/taroyabuki/comath/HEAD?labpath=code%2Fr%2Fr-binder.ipynb)
R (JupyterLab)|[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/taroyabuki/comath/HEAD?labpath=code%2Fr%2Fr-binder.ipynb)|[Knit to HTML](https://taroyabuki.github.io/comath/python.html)
R (RStudio)|[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/taroyabuki/comath/HEAD?urlpath=rstudio)[^2]|[Knit to HTML](https://taroyabuki.github.io/comath/r.html)
[Wolfram Cloud](https://www.wolframcloud.com)|動的生成[^3]|
Mathematica([Pi版は無料](https://www.wolfram.com/raspberry-pi/))|[mathematica.nb](code/mathematica/mathematica.nb)[^4]|[PDF](code/mathematica/results/mathematica-results.pdf)
Expand Down
1 change: 1 addition & 0 deletions code/python/python-knit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run --rm -it -v "$(pwd)":/home/rstudio/work rocker/ml Rscript -e "rmarkdown::render('/home/rstudio/work/python.Rmd', output_format='html_document', output_file='/home/rstudio/work/python.html')"
Loading

0 comments on commit bb4ac2d

Please sign in to comment.