Taylor D. Edmiston

Results 29 issues of Taylor D. Edmiston

Is it possible to install custom packages inside an IPython Notebook on tmpnb.org? I've attempted to do so without much success. Input ``` ! pip install marshmallow ``` Output ```...

just wanted to say thank you for making this! 🎉 (it is exactly what i was looking for) ![](https://media0.giphy.com/media/sjkl9MJD57BWersvzJ/giphy.gif?cid=ecf05e47jpd22mkukp8x0y46iav29g7kcfxd4nw8n7ljhuim&rid=giphy.gif&ct=g)

for example, the way it's done in https://github.com/SteveMarshall/open-in-chrome.workflow

enhancement

This is harder to read than the current markdown table, but it paints a more complete picture as support for more browsers are added. I am using [Tables Generator][1] as...

In El Capitan, Safari [introduced pinned tabs](http://www.cultofmac.com/391318/how-to-pin-safari-tabs-in-el-capitan/). Related tools like [OneTab](https://www.one-tab.com) do not disturb pinned tabs by default. If it's possible through the AppleScript API, I'd like to create the...

enhancement

There was support for this with the previous approach [to closing tabs](https://github.com/tedmiston/tab-transporter/blob/a4f798254a21072d09081674bbb336ea317c6848/AppleScript/tab_transporter.applescript#L45): ``` applescript tell application "Safari" activate tell application "System Events" keystroke "w" using {command down, shift down} end...

enhancement

Currently, there's an index.html (from 3 years ago) in the repo root `/`: https://github.com/fly-apps/hello-static/blob/199d358e5f7e21bbf6c1eae8e74bcba568e6305e/index.html But also a second (newer) index.html in `/public`: https://github.com/fly-apps/hello-static/blob/199d358e5f7e21bbf6c1eae8e74bcba568e6305e/public/index.html The latter appears to be the one...