jupyter / atom-notebook

[Deprecated] Jupyter Notebook, but inside Atom.
MIT License
306 stars 48 forks source link

Not working: just seeing the json text of the .ipynb #56

Open Nodragem opened 7 years ago

Nodragem commented 7 years ago

Hello,

I tried to install/uninstall and re-install that package and the only thing that I can see when I open a .ipynb is the json content:

{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Neural Field"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "blabla.\n",
    "\n",
    "blabla\n",
    "\n",
    "~~~\n",
    "python NeuralField.py\n",
    "~~~"
   ]
  },
....

Did I miss something?

rgbkrk commented 7 years ago

No, this package hasn't been maintained. Once https://github.com/nteract/nteract exports its packages, we can use them over here for a stable environment. Otherwise, the main supported package is https://github.com/nteract/hydrogen to run jupyter code inline in the editor.