-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MH Example * Update Adrian's DOI * Track also the runtime * Add also the missing dplyr dependency
- Loading branch information
1 parent
9ca7528
commit 77e3254
Showing
13 changed files
with
1,101 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ doc | |
Meta | ||
^cran-comments\.md$ | ||
docs | ||
|
||
/.quarto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Traitlet configuration file for jupyter-notebook. | ||
|
||
c.ServerProxy.servers = { | ||
'vscode': { | ||
'command': ['code-server', '--auth', 'none', '--disable-telemetry', '--port={port}', '.'], | ||
'timeout': 300, | ||
'launcher_entry': { | ||
'enabled': True, | ||
'icon_path': '.jupyter/vscode.svg', | ||
'title': 'VS Code', | ||
}, | ||
}, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.