ViewRegistry.addViewProvider is deprecated.
See original GitHub issueatom.views.addViewProvider now takes 2 arguments: a model constructor and a createView function. See docs for details.
ViewRegistry.addViewProvider (/Applications/Atom.app/Contents/Resources/app.asar/src/view-registry.js:52:18)
Object.activate (/Users/shafreeck/.atom/packages/jupyter-notebook/lib/main.js:51:16)
Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:183:20)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:156:32)
Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:92:15)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:149:26)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:8 (5 by maintainers)
Top Results From Across the Web
35968 - Using the ViewRegistry Report and other methods to ...
ViewRegistry (sas.tools.viewregistry.jar) is a reporting utility that processes the deployment registry to generate the DeploymentRegistry.html ...
Read more >Index (CDO Model Repository Documentation) - Eclipse archive
TakeRemoteChangesThenApplyLocalChanges: Deprecated. ... CDOViewRegistry: The class loader -wide singleton instance of the view registry .
Read more >farris/ide-devkit - UNPKG
isOpen;\r\n }\r\n\r\n /** @deprecated - please use `isDisabled` instead */\r\n ... viewRegistry;\r\n\r\n this.emitter = new Emitter();\r\n this.alive = true ...
Read more >types/atom.js.flow ... - GitLab
@emitter.on 'did-reload-all', callback # TODO: Remove once deprecated ... declare class atom$ViewRegistry {. 1074. // Methods. 1075. addViewProvider(.
Read more >src · d56a2579d10dae1774745e3949e40c4dcb3f4a52 · stoneson ...
deprecated -packages.coffee ·, 7 years ago ... view-registry.coffee · Fix ViewRegistry::addViewProvider documentation, 7 years ago.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This repo is not being actively maintained 🙁 In the meantime, I suggest that you look at hydrogen to run code inline in Atom’s text editor, nteract (a new Jupyter notebook client built using Electron, React, Redux, RxJS), Jupyter Notebook, and JupyterLab.
Having said that, nteract is currently extracting its many components into separate packages which will allow them to be reused and assembled to create new apps. When I have the time, I would like to use them to completely refactor this project.
Oh ok, v0.0.10 is published to apm 👍