-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
17 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,23 +9,26 @@ tags: | |
- Data visualization | ||
- Interactive computing | ||
authors: | ||
- name: Trevor Manz | ||
email: [email protected] | ||
orcid: 0000-0001-7694-5164 | ||
affiliations: | ||
- Department of Biomedical Informatics, Harvard Medical School, Boston, MA, USA | ||
corresponding: true | ||
- name: Nils Gehlenborg | ||
email: [email protected] | ||
orcid: 0000-0003-0327-8297 | ||
affiliations: | ||
- Department of Biomedical Informatics, Harvard Medical School, Boston, MA, USA | ||
- name: Nezar Abdennur | ||
email: [email protected] | ||
orcid: 0000-0001-5814-0864 | ||
affiliations: | ||
- Department of Genomics and Computational Biology, UMass Chan Medical School, Worcester, MA, USA | ||
- Department of Systems Biology, UMass Chan Medical School, Worcester, MA, USA | ||
- name: Trevor Manz | ||
email: [email protected] | ||
orcid: 0000-0001-7694-5164 | ||
affiliation: 1 | ||
corresponding: true | ||
- name: Nils Gehlenborg | ||
email: [email protected] | ||
orcid: 0000-0003-0327-8297 | ||
affiliation: 1 | ||
- name: Nezar Abdennur | ||
email: [email protected] | ||
orcid: 0000-0001-5814-0864 | ||
affiliation: "2, 3" | ||
affiliations: | ||
- name: Department of Biomedical Informatics, Harvard Medical School, Boston, MA, USA | ||
index: 1 | ||
- name: Department of Genomics and Computational Biology, UMass Chan Medical School, Worcester, MA, USA | ||
index: 2 | ||
- name: Department of Systems Biology, UMass Chan Medical School, Worcester, MA, USA | ||
index: 3 | ||
date: 05 June 2023 | ||
bibliography: paper/refs.bib | ||
--- | ||
|
@@ -199,6 +202,8 @@ counter.value = 42 | |
|
||
[Count is 42] | ||
|
||
### Tooling for authorship and distribution | ||
|
||
To make widget development more enjoyable and accessible, the anywidget project | ||
offers additional development tools for widget authors. It allows for creating | ||
widgets directly within notebooks, enabling them to start as prototypes and | ||
|