question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ViewRegistry.addViewProvider is deprecated.

See original GitHub issue

atom.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:open
  • Created 7 years ago
  • Reactions:6
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
gnestorcommented, Feb 25, 2017

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.

0reactions
gnestorcommented, Jun 10, 2017

Oh ok, v0.0.10 is published to apm 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found