jupyter / jupyter/atom-notebook

all Python cells throw AttributError: 'list' object has no attribute 'isspace'

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

Description

OSX 10.11.3
Atom 1.5.3
Python 3.5.1
apm: jupyter-notebook: 0.0.9
pip: notebook: 4.1.0

Every time I try to execute a cell, this is the result:

```
Traceback (most recent call last):

File "/usr/local/lib/python3.5/site-packages/ipykernel/ipkernel.py", line 175, in do_execute
shell.run_cell(code, store_history=store_history, silent=silent)

File "/usr/local/lib/python3.5/site-packages/IPython/core/interactiveshell.py", line 2629, in run_cell
if (not raw_cell) or raw_cell.isspace():

AttributeError: 'list' object has no attribute 'isspace'
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the traceback in ipykernel/ipkernel.py and IPython/core/interactiveshell.py, focusing on the value passed as raw_cell during execution. Reproduce the failure with the listed Atom, jupyter-notebook, and Python versions, then verify that executing a Python cell no longer raises the reported AttributeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.