mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-15 20:03:09 +00:00
added final project notebook and virtual environment files
This commit is contained in:
parent
a2daa16a47
commit
8dd392b20d
586 changed files with 112839 additions and 0 deletions
8
finalproj/bin/pygmentize
Executable file
8
finalproj/bin/pygmentize
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/workspaces/ds1001_final/finalproj/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from pygments.cmdline import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue