-
Notifications
You must be signed in to change notification settings - Fork 3
More corrections #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More corrections #92
Changes from 19 commits
7939bcc
0ebfd55
9bbb66c
ea063a5
9705945
f9b2850
7696f84
69e783c
6f00278
5d8faeb
a74b08a
335599a
b19af6d
a9ce00c
1003075
e6881bb
9f67aa7
d5aeccb
1ac6265
ccb1c2d
53cbb5d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,8 +17,8 @@ | |
|
|
||
| It's not just an interface for working with Notebooks. | ||
| The Notebook interface has been around since 2011, and in 2018, | ||
| JupyterLab was introduced to provide a more comprehensive environment, like an operating | ||
| system, for interactive computation. | ||
| JupyterLab was introduced as an extensible IDE (Integrated Development Environment) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure how I feel about changing from an operating system metaphor to an IDE metaphor. I think "operating system" may be a more familiar concept to most? I'm OK with this if you feel strongly, though :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was my suggestion. I was going for correctness. You could call it all sorts of things like "framework" or whatever, but I thing IDE is rightest. VSCode is a "code editor" and pycharm is an "IDE" according to their docs.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the operating system metaphor needs quite a bit more context and explanation, since when people think "operating system" they think things like Windows, macos, linux - which on the surface is very different than JupyterLab.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The docs say: "JupyterLab is a highly extensible, feature-rich notebook authoring application and editing environment, and is a part of Project Jupyter, a large umbrella project centered around the goal of providing tools (and standards) for interactive computing with computational notebooks." Notably it avoids "IDE" or "operating system". But hey, I'm happy to say "IDE" to quickly get the point across to people familiar with the term.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Makes sense, thanks for your thoughts all :D |
||
| for interactive computation. | ||
|
|
||
|
|
||
| ## [The JupyterLab interface](https://jupyterlab.readthedocs.io/en/latest/user/interface.html) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.