Extends tihs class to create a dashboard.
The sub class must implement the get_folder_path method to return the path of the folder containing the dashboard
Functions
Return type:
str |
Override this method to return a env shell proxy if your dashboard needs to run in a virtual environment.
Return type:
ShellProxy |
Returns the name of the class
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
slugify | bool | False | True to slugify the class name if true, defaults to false , optional |
snakefy | bool | False | True to snakefy the class name if true, defaults to false , optional |
replace_uppercase | bool | False | Replace upper cases by "-" if true, defaults to false , optional |
Return type:
str |
Returns the full name of the class
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
slugify | bool | False | Slugify the returned class name if true, defaults to false , optional |
snakefy | bool | False | Snakefy the returned class name if true, defaults to false `` |
Return type:
str |
Get the human name of the resource
Return type:
str |
Get the short description of the resource
Return type:
str |
Get the style of the resource
Return type:
TypingStyle |
Get the typing name of the resource
Return type:
str |
Get all the classes that inherit this class
Return type:
List |