-
-
Notifications
You must be signed in to change notification settings - Fork 555
[WIP] Add Autocompletion for IJulia #4996
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4996 +/- ##
==========================================
+ Coverage 71.05% 72.53% +1.47%
==========================================
Files 235 204 -31
Lines 5293 5702 +409
Branches 778 874 +96
==========================================
+ Hits 3761 4136 +375
+ Misses 1265 1206 -59
- Partials 267 360 +93 |
|
@willingc What else do we need to do so that this PR is mergeable? |
|
@captainsafia I think that we need to fix a wider issue with autocomplete. It wasn't working with the Python kernel. |
|
@willingc Do you get completions when you type Ctrl-Space in the editor? Typeahead completions were temporarily moved a while back since a lot of users found them arbitrary and annoying and we didn't have a configurability layer for it. |
[nteract/web] Save/upload to Github and other improvements.
[nteract/web] Add project details in main and landing page
…kernel Fix the logic getting the default kernel
Update dependency typedoc to ^0.18.0
…-4.x Update dependency @nteract/mathjax to v4.0.10
Fix processing of kernelspecs request
…-4.x Update dependency @nteract/mathjax to v4.0.14
Bump @nteract/jupyter-widgets dependency
- nteract@0.27.0 - @nteract/nbextension@1.13.0 - @nteract/web@1.2.0 - nteract-on-jupyter@2.13.0 - @nteract/actions@7.0.5 - @nteract/commutable@7.3.5 - @nteract/connected-components@6.8.5 - @nteract/core@15.1.3 - @nteract/editor@10.1.5 - @nteract/epics@5.0.5 - @nteract/fixtures@2.3.13 - @mybinder/host-cache@2.1.30 - @nteract/messaging@7.0.13 - @nteract/monaco-editor@3.2.3 - @nteract/mythic-configuration@1.0.5 - @nteract/mythic-multiselect@0.0.6 - @nteract/mythic-notifications@0.2.5 - @nteract/mythic-windowing@0.1.1 - @nteract/myths@0.2.5 - @nteract/notebook-app-component@7.7.3 - @nteract/presentational-components@3.4.5 - @nteract/reducers@5.1.3 - rx-binder@4.0.9 - rx-jupyter@5.5.15 - @nteract/selectors@3.1.3 - @nteract/stateful-components@1.7.3 - @nteract/styles@2.2.5 - @nteract/types@7.1.3 - @nteract/webpack-configurator@3.1.20
nteract November 2020 Release
Adds support for cell id
…ncies Remove electron dependency from mythic-notifications
- nteract@0.27.1 - @nteract/nbextension@1.13.1 - @nteract/web@1.2.1 - nteract-on-jupyter@2.13.1 - @nteract/actions@7.0.6 - @nteract/commutable@7.4.0 - @nteract/connected-components@6.8.6 - @nteract/core@15.1.4 - @nteract/editor@10.1.6 - @nteract/epics@5.0.6 - @nteract/fixtures@2.3.14 - @mybinder/host-cache@2.1.31 - @nteract/messaging@7.0.14 - @nteract/monaco-editor@3.2.4 - @nteract/mythic-configuration@1.0.6 - @nteract/mythic-multiselect@0.0.7 - @nteract/mythic-notifications@0.2.6 - @nteract/mythic-windowing@0.1.2 - @nteract/myths@0.2.6 - @nteract/notebook-app-component@7.7.4 - @nteract/presentational-components@3.4.6 - @nteract/reducers@5.1.4 - rx-binder@4.0.10 - rx-jupyter@5.5.16 - @nteract/selectors@3.1.4 - @nteract/stateful-components@1.7.4 - @nteract/styles@2.2.6 - @nteract/types@7.1.4 - @nteract/webpack-configurator@3.1.21
November 2020 Release (Patch)
Update dependency @types/codemirror to ^0.0.101
Update dependency @types/codemirror to ^0.0.102
…rettier-7.x Update dependency eslint-config-prettier to v7
dfd5bb3 to
1a7ea40
Compare
|
This pull request introduces 5 alerts and fixes 5 when merging 1a7ea40 into 4998345 - view on LGTM.com new alerts:
fixed alerts:
|
55ec5db to
bfc813f
Compare
fd51d51 to
8227215
Compare
|
Closing since the solution isn't correct and the rebase mucked things up. |
|
This pull request introduces 5 alerts and fixes 5 when merging 8227215 into 4998345 - view on LGTM.com new alerts:
fixed alerts:
|
Addresses #4415