Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Python File",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/${input:programPath}",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}"
}
],
"inputs": [
{
"type": "promptString",
"id": "programPath",
"description": "Enter the path to the Python file to debug relative to the workspace (e.g. alearn/check_env.py or seq2seq.py)"
}
]
}
174 changes: 80 additions & 94 deletions Chapter00.ipynb

Large diffs are not rendered by default.

Loading