atom-notebook icon indicating copy to clipboard operation
atom-notebook copied to clipboard

Doesn't install

Open antonavy opened this issue 4 years ago • 2 comments

Pressing the "install" button does nothing. It seems like something is happening for a minute, but it returns to active state once again.

antonavy avatar Nov 01 '20 21:11 antonavy

Same here.

Trying to open the issue page on github for atom-notebook ends up in an 400 bad request.

Trying to install it using the command line (apm install notebook) results in: npm ERR! code E400 npm ERR! 400 Bad Request - GET https://www.atom.io/api/packages/notebook/versions/0.4.0/tarball

Edit: Opening the link above gives: {"message":"Repository inaccessible"}

ManuelPeh76 avatar Dec 27 '20 12:12 ManuelPeh76

If you want to open and edit .ipynb files, use Hydrogen - this package has active support and allows to execute .ipynb files. The jupyter-notebook package has an error that is catched by Atom and then Atom stops the installation process.

maleksware avatar Apr 04 '21 06:04 maleksware