Ian Rose

Results 34 issues of Ian Rose

I've been researching using papermill for a particular notebook-scheduling application, and was considering writing a notebook server extension for triggering papermill jobs, listing them, etc. Before I got going on...

This avoids creating dense auxiliary `sparse.COO` arrays in reductions, which will in general not have the same `fill_value` as actually sparse arrays, preventing basic arithmetic between them. This works, but...

array
dispatch

**What happened**: Dask.dataframe errors when trying to call `dd.set_index` with a `period` dtype. **Minimal Complete Verifiable Example**: ```python import dask.dataframe as dd import pandas df = pandas.DataFrame({ "a": range(10), "b":...

dataframe
needs attention
bug

## The Problem I was doing some performance tests and ran into some pretty poor behavior when a lot (>100) of `Blockwise` operations are applied in series. The same example...

dataframe
highlevelgraph
needs attention

I find the placement of the launcher entries in JupyterLab in the "Notebook" section to be kind of weird, since they are mostly not notebooks. Why not put them in...

This is a follow-up with from some gitter chatting with @yuvipanda. The [dask-labextension](https://github.com/dask/dask-labextension) JupyterLab extension currently involves adding iframe'd bokeh dashboard panels to the main work area. In order to...

The storing of ToC view-state in cell metadata seems like an unnecessary editing of the user's notebook to me. We should see if we can store that in the statedb...

1. Select a tag. 2. Press "Filter". The cells without that tag are removed. 3. Press "Filter" again. Nothing happens. 4. Unselect the tag. Nothing happens. I found this behavior...

We currently are requesting full drive access, with the scope: `https://www.googleapis.com/auth/drive`. This is due to some hard-to-reproduce permissions issues with sharing of collaborative files, where one can see `not_found` errors...

type:Maintenance

In many cases people will want to share a document without giving write privileges. The Google Drive API has that ability: we should expose it.

tag:Real Time Collaboration
type:Enhancement