4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
jupyter nbconvert --theme theme-purple-please --execute --to pdf $1
|