mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
🔧 Make lab_url and legacy_notebook_url member fields (fix #79)
(didn't I already do this?)
This commit is contained in:
parent
8f59ebad0e
commit
06301a6ad9
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,6 @@ class Notebook(SophonGroupModel):
|
||||||
"locked_by",
|
"locked_by",
|
||||||
"container_image",
|
"container_image",
|
||||||
"is_running",
|
"is_running",
|
||||||
"lab_url",
|
|
||||||
"legacy_notebook_url",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
@ -144,6 +142,8 @@ class Notebook(SophonGroupModel):
|
||||||
"""
|
"""
|
||||||
return {
|
return {
|
||||||
"jupyter_token",
|
"jupyter_token",
|
||||||
|
"lab_url",
|
||||||
|
"legacy_notebook_url",
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue