Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9369bc5

Browse files
committed
update elixir ecosystem
1 parent 5c0a5dd commit 9369bc5

File tree

6 files changed

+238
-178
lines changed

6 files changed

+238
-178
lines changed

‎README.md‎

Lines changed: 36 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div align="center">
55
<img src="/jupyterlab/staging/assets/elixirnote2.svg" width=120 alt="logo" />
66
<br />
7-
<small>go from data to knowledge | powered by <a href="https://jupyter.org/">Jupyter</a></small>
7+
<small>go from data to knowledge</small>
88
</div>
99

1010
# ElixirNote
@@ -40,7 +40,7 @@ evolve for ElixirNote extension developers.
4040

4141
Read the current ElixirNote documentation on [ElixirNote Docs](https://ciusji.gitbook.io/elixirnote/).
4242

43-
### Screenshot & Gifs
43+
## Screenshot & Gifs
4444

4545
### Workspace Overview
4646

@@ -50,11 +50,35 @@ Read the current ElixirNote documentation on [ElixirNote Docs](https://ciusji.gi
5050

5151
![overview-2](/jupyterlab/staging/assets/overview-2.png)
5252

53-
### Notebook Preview
53+
### Data Viz
5454

5555
![overview-3](/jupyterlab/staging/assets/overview-3.png)
5656

57-
## Getting started
57+
### Notebook Preview
58+
59+
![overview-3](/jupyterlab/staging/assets/overview-4.png)
60+
61+
## Main Features
62+
63+
- **A new way to notebook**
64+
- Use SQL, Python, and Julia together, or alone
65+
- No-code visualization
66+
- A magic, reactive execution model
67+
- Advanced version control
68+
- **Publish work as interactive data apps**
69+
- A full library of UI components
70+
- Drag-and-drop layouts
71+
- Instant publishing
72+
- Live commenting
73+
- **Build organizational knowledge**
74+
- Discovery work in the knowledge library
75+
- Organize with categories and statuses
76+
- **Security first**
77+
- Single tenant / private VPC deploys
78+
- HIPAA compliant, and BAA friendly
79+
- SSO support through Google, Okta, Keycloak, and more
80+
81+
## Getting Started
5882

5983
### Installation
6084

@@ -111,11 +135,11 @@ The latest versions of the following browsers are currently _known to work_:
111135

112136
See our [documentation](https://ciusji.gitbook.io/elixirnote/guides/installation) for additional details.
113137

114-
## Getting help
138+
## Getting Help
115139

116140
We encourage you to ask questions on the [Discourse forum](https://github.com/orgs/ElixirNote/discussions). A question answered there can become a useful resource for others.
117141

118-
### Bug report
142+
## Bug Report
119143

120144
To report a bug please read the [guidelines](https://github.com/ElixirNote/elixirnote/issues) and then open a [Github issue](https://github.com/ElixirNote/elixirnote/issues). To keep resolved issues self-contained, the [lock bot](https://github.com/apps/lock) will lock closed issues as resolved after a period of inactivity. If related discussion is still needed after an issue is locked, please open a new issue and reference the old issue.
121145

@@ -131,57 +155,13 @@ To contribute code or documentation to ElixirNote itself, please read the [contr
131155

132156
ElixirNote follows the Jupyter [Community Guides](https://jupyter.readthedocs.io/en/latest/community/content-community.html) 🌈.
133157

134-
### License
158+
## License
135159

136160
ElixirNote uses a shared copyright model that enables all contributors to maintain the
137161
copyright on their contributions. All code is licensed under the terms of the revised [BSD license](https://github.com/ElixirNote/elixirnote/blob/main/LICENSE).
138162

139-
### Team
140-
141-
ElixirNote is part of [Project Jupyter](http://jupyter.org/) and is developed by an open community. The maintenance team is assisted by a much larger group of contributors to ElixirNote and Project Jupyter as a whole.
142-
143-
ElixirNote's current maintainers are listed in alphabetical order, with affiliation, and main areas of contribution:
144-
145-
- Mehmet Bektas, Splunk (general development, extensions).
146-
- Alex Bozarth, IBM (general development, extensions).
147-
- Eric Charles, Datalayer, (general development, extensions).
148-
- Frédéric Collonval, QuantStack (general development, extensions).
149-
- Martha Cryan, IBM (general development, extensions).
150-
- Afshin Darian, Two Sigma (co-creator, application/high-level architecture,
151-
prolific contributions throughout the code base).
152-
- Vidar T. Fauske, JPMorgan Chase (general development, extensions).
153-
- Brian Granger, AWS (co-creator, strategy, vision, management, UI/UX design,
154-
architecture).
155-
- Jason Grout, Bloomberg (co-creator, vision, general development).
156-
- Michał Krassowski, University of Oxford (general development, extensions).
157-
- Max Klein, JPMorgan Chase (UI Package, build system, general development, extensions).
158-
- Gonzalo Peña-Castellanos, QuanSight (general development, i18n, extensions).
159-
- Fernando Perez, UC Berkeley (co-creator, vision).
160-
- Isabela Presedo-Floyd, QuanSight Labs (design/UX).
161-
- Steven Silvester, Apple (co-creator, release management, packaging,
162-
prolific contributions throughout the code base).
163-
- Jeremy Tuloup, QuantStack (general development, extensions).
164-
165-
Maintainer emeritus:
166-
167-
- Chris Colbert, Project Jupyter (co-creator, application/low-level architecture,
168-
technical leadership, vision, PhosphorJS)
169-
- Jessica Forde, Project Jupyter (demo, documentation)
170-
- Tim George, Cal Poly (UI/UX design, strategy, management, user needs analysis).
171-
- Cameron Oelsen, Cal Poly (UI/UX design).
172-
- Ian Rose, Quansight/City of LA (general core development, extensions).
173-
- Andrew Schlaepfer, Bloomberg (general development, extensions).
174-
- Saul Shanabrook, Quansight (general development, extensions)
175-
176-
This list is provided to give the reader context on who we are and how our team functions.
177-
To be listed, please submit a pull request with your information.
178-
179-
### Weekly Dev Meeting
180-
181-
We have videoconference meetings every week when we discuss what we have been working on and get feedback from one another.
182-
183-
Anyone is welcome to attend, if they would like to discuss a topic or just to listen in.
184-
185-
- When: Wednesdays [9AM Pacific Time](https://www.thetimezoneconverter.com/?t=9%3A00%20am&tz=San%20Francisco&)
186-
- Where: [`jovyan` Zoom](https://zoom.us/my/jovyan?pwd=c0JZTHlNdS9Sek9vdzR3aTJ4SzFTQT09)
187-
- What: [Meeting notes](https://hackmd.io/Y7fBMQPSQ1C08SDGI-fwtg?both)
163+
## Elixir Teams
164+
165+
![elixir-intro](/jupyterlab/staging/assets/elixirnote-intro.svg)
166+
167+
[Welcome to joins 👏👏👏](https://guinsoolab.github.io/glab).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /