This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swagger: '2.0' | |
| info: | |
| description: >- | |
| This API implments some simple natural language processing tasks like | |
| tokenization, sentiment analysis, finding the most common words, and | |
| retrieving parts of speech from text. | |
| version: 2017.06.14 | |
| title: Natural Language Processing with Anaconda | |
| termsOfService: '' | |
| contact: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| random_csv = "http://datadryad.org/bitstream/handle/10255/dryad.37977/Cranby%20E4%20pheno.csv?sequence=1" | |
| # read in a csv | |
| df <- read.csv(random_csv) | |
| # print it to the console | |
| print(df) | |
| # print the raw characters from the csv file to the console | |
| readLines(random_csv) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swagger: '2.0' | |
| info: | |
| description: >- | |
| This API implments some simple natural language processing tasks like | |
| tokenization, sentiment analysis, and retrieving parts of speech from text. | |
| version: 2017.06.08 | |
| title: NLP with Anaconda | |
| termsOfService: '' | |
| contact: | |
| email: [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swagger: '2.0' | |
| info: | |
| description: >- | |
| This is a simple example of a REST API deployed on Anaconda Enterprise and | |
| documented with Swagger UI. | |
| version: 2017.06.02 | |
| title: quotes | |
| termsOfService: 'http://swagger.io/terms/' | |
| contact: | |
| email: [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0214-lreding:deck_gl_geojson lreding$ ap run | |
| + yarn add deck.gl | |
| yarn add v0.23.2 | |
| warning No license field | |
| [1/4] 🔍 Resolving packages... | |
| [2/4] 🚚 Fetching packages... | |
| [3/4] 🔗 Linking dependencies... | |
| [4/4] 📃 Building fresh packages... | |
| warning Your current version of Yarn is out of date. The latest version is "0.23.3" while you're on "0.23.2". | |
| success Saved 1 new dependency. |
NewerOlder