Rename existing notebooks using order numbers
This commit is contained in:
parent
241e7ed81f
commit
28a7c7451c
3 changed files with 5 additions and 5 deletions
|
|
@ -114,7 +114,7 @@
|
|||
" shutil.rmtree(r_libs_path)\n",
|
||||
"except FileNotFoundError:\n",
|
||||
" pass\n",
|
||||
"os.mkdir(r_libs_path)"
|
||||
"os.makedirs(r_libs_path)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -192,7 +192,7 @@
|
|||
"source": [
|
||||
"%cd -q ..\n",
|
||||
"!alembic upgrade f11cd76d2f45\n",
|
||||
"%cd -q notebooks"
|
||||
"%cd -q research"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7647,7 +7647,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.8.5"
|
||||
"version": "3.8.6"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
Loading…
Add table
Add a link
Reference in a new issue