jupyter / jupyter/atom-notebook

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

Open
#56 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
301
Forks
48
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.