joycehle
|
f2359e6078
|
Add unit tests
|
2019-07-23 10:37:34 -07:00 |
joycehle
|
e01fe8c48e
|
Don't use flatMap for browser compatibility
|
2019-07-23 10:37:06 -07:00 |
joycehle
|
f85780bf04
|
Amend comment
|
2019-07-22 22:47:53 -07:00 |
joycehle
|
f1c877fa5d
|
Find name uses within classes
|
2019-07-22 21:01:17 -07:00 |
joycehle
|
8ecd9815d6
|
Enable flatMap
|
2019-07-22 21:00:55 -07:00 |
joycehle
|
213acb23d0
|
Don't attempt parse on comment-only code strings
|
2019-07-22 15:10:54 -07:00 |
Jason Jiang
|
0ad10fd2c4
|
Bugfix: augassign operators update variables
|
2019-07-19 00:44:13 -07:00 |
Andrew Head
|
85b193705b
|
Setup: Move from package-lock.json to yarn.lock
|
2019-07-18 23:48:12 -07:00 |
Andrew Head
|
60e050af4b
|
Parser: fix bug with parsing code for multi-argument lambda
|
2019-07-18 23:20:34 -07:00 |
Rob DeLine
|
ecda38cf14
|
Merge pull request #19 from joyceerhl/parserTypo
Set this.indent = [0] when it's undefined
|
2019-07-09 10:40:05 -07:00 |
joycehle
|
0e913ea7b0
|
Set this.indent = [0] when it's undefined
|
2019-07-09 09:56:56 -07:00 |
Andrew Head
|
253eab62f6
|
Demo: Add link to BinderHub demo in README
|
2019-06-27 21:51:27 -07:00 |
Rob DeLine
|
05bba57cd6
|
Merge branch 'master' of https://github.com/Microsoft/gather
|
2019-06-04 16:04:37 -07:00 |
Rob DeLine
|
6478aa806a
|
failing test to demonstrate augassign bug
|
2019-06-04 16:04:20 -07:00 |
Rob DeLine
|
d2b547c0b9
|
Merge pull request #14 from microsoft/add-binder-notebook
Added notebook for demo'ing the extension on Binder
|
2019-05-31 14:13:40 -07:00 |
Andrew Head
|
5abe61d990
|
Demo: Add jupyterlab to Binder requirements.txt
Hoping this solves the problem of demo workspace not being found.
|
2019-05-23 16:51:13 -07:00 |
Andrew Head
|
23c7dae0d2
|
Demo: Fixed links to notebook, made "demo" workspace URL
|
2019-05-23 16:11:14 -07:00 |
Andrew Head
|
376e6c1256
|
Demo: Added binder start file for loading workspace
|
2019-05-23 15:35:48 -07:00 |
Andrew Head
|
b2c4439124
|
Demo: Add Jupyter Lab workspace configuration
Will open the "Try out nbgather.ipynb" notebook by default.
|
2019-05-23 15:31:41 -07:00 |
Andrew Head
|
8afe7928df
|
Demo: Added notebook for demo'ing the extension on Binder
|
2019-05-23 15:11:58 -07:00 |
Andrew Head
|
6ffd747948
|
Merge pull request #12 from choldgraf/binder
binder files
|
2019-05-23 14:09:55 -07:00 |
Chris Holdgraf
|
9fe577506a
|
binder files
|
2019-05-22 17:18:32 -07:00 |
Andrew Head
|
7cdac5699f
|
Docs: Remove "check back later for code" message in project page.
|
2019-05-14 09:32:00 -07:00 |
Andrew Head
|
202117b941
|
Docs: Changed "computational notebooks" -> "Jupyter notebook"
|
2019-05-07 00:55:25 +01:00 |
Andrew Head
|
42a6bac5f8
|
Docs: updated npm to jlpm in README
|
2019-05-07 00:52:51 +01:00 |
Andrew Head
|
4232cc24ab
|
Docs: Updated README typo
|
2019-05-07 00:52:18 +01:00 |
Andrew Head
|
77ac4c549d
|
Docs: Added tips for clearing out the history and making more precise slices
|
2019-05-07 00:51:47 +01:00 |
Andrew Head
|
9582165ca7
|
Docs: Used larger demo GIF
|
2019-05-07 00:35:09 +01:00 |
Andrew Head
|
23c502514f
|
Docs: Updated demo GIF to larger GIF
|
2019-05-07 00:30:48 +01:00 |
Andrew Head
|
767740a1ec
|
Docs: Added demo GIF to README
|
2019-05-07 00:27:52 +01:00 |
Andrew Head
|
db6b38a336
|
Docs: Added GIF of a tool demo.
|
2019-05-07 00:22:35 +01:00 |
Andrew Head
|
565994f165
|
Docs: Updated wording in README
|
2019-05-07 00:20:58 +01:00 |
Andrew Head
|
9ca778fe95
|
Formatting: Formatted code with Prettier
|
2019-05-06 23:40:03 +01:00 |
Andrew Head
|
c00af26b8c
|
Docs: Added links to source code repository and study materials
|
2019-05-06 23:37:24 +01:00 |
Andrew Head
|
79b38e6139
|
Version: Bumped version to 0.3.2
|
2019-05-06 23:19:37 +01:00 |
Andrew Head
|
eeb81c6186
|
UI: Clean up display of older versions of code in revision browser
|
2019-05-06 23:17:21 +01:00 |
Andrew Head
|
1f6d626e13
|
Slicing: Added several other common functions to slicing stop-list
|
2019-05-06 23:17:21 +01:00 |
Andrew Head
|
c5ce747a46
|
Docs: Added notes on state of the project to README; updated project title
|
2019-05-05 18:33:00 +01:00 |
Andrew Head
|
3d35e289be
|
Version: bumped version number to 0.3.1
|
2019-05-05 17:31:46 +01:00 |
Andrew Head
|
116666b917
|
Repo: Rename project to nbgather
This package name was available on npmjs and adheres to the `nb`
convention of other notebook plugins, like `nbdiff` and `nbdime`.
|
2019-05-05 17:29:31 +01:00 |
Andrew Head
|
c1cb06320f
|
Docs: Remove outdated information from README
|
2019-05-05 16:46:35 +01:00 |
Andrew Head
|
3c8b617a19
|
Version: Bumped version to 0.3.0
|
2019-05-05 16:41:03 +01:00 |
Andrew Head
|
77c10ec002
|
Slicing: Added print() and df.describe() to stop-list
|
2019-05-05 16:41:03 +01:00 |
Andrew Head
|
a8facabd59
|
Slicing: Make conservative by default, add configurable stop-list slicing
|
2019-05-05 16:00:15 +01:00 |
Andrew Head
|
dd9b5ee421
|
Delete azure-pipelines.yml
Not sure why we had this file anyway, neither is Rob
|
2019-05-01 10:52:30 -07:00 |
Andrew Head
|
31ea02907e
|
Formatting: Format code using Prettier
|
2019-04-30 19:44:13 -07:00 |
Andrew Head
|
980f711c3d
|
Bugfix: finding names used in return statements
|
2019-04-30 19:24:06 -07:00 |
Andrew Head
|
38528ede68
|
Dependencies: Removed conflicting @types/react, generated package-lock.json with sane state
|
2019-04-30 18:06:55 -07:00 |
Andrew Head
|
62e9a936aa
|
Docs: Fix broken link to teaser figure
|
2019-03-18 03:44:35 -07:00 |
Andrew Head
|
507e762622
|
Docs: Remove junk from landing page footer
|
2019-03-18 03:41:15 -07:00 |