data-science
Here are 268 public repositories matching this topic...
Hydrogen just gives me this error message when trying to run python code:
No kernel for grammar Python found
Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences.
To detect your current Python install you will need to run:
python -m pip install ipykernel
pytho
According to the generated build
The commands to launch are the following :
docker pull andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive
docker run -p 9001:9001 andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive
Using that image (and I think it i
I'm using Tad Version 0.8.5 (0.8.5) on MacOS 10.13.4.
Tad doesn't appear to respond to the system shortcut to hide the current window (Cmd-H). I think it should for parity with other native MacOS apps.
-
Updated
May 26, 2020 - JavaScript
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
-
Updated
Feb 12, 2019 - JavaScript
@aschonfeld, it could also be useful to be able to add color bars for date or value ranges.
Here's a matplotlib example from PyMC3.
Originally posted by @mindlessbrain in man-group/dtale#48 (comment)
-
Updated
Apr 11, 2020 - JavaScript
Sometimes we write as MUST, others we write MUST (without the backticks). We should decide on one and use it across the specs. I'd prefer not to use backticks, but it doesn't matter. The following sed regexp removes the backticks of a file at FILE_PATH
sed -Ei 's/`(MUST|MUST NOT|REQUIRED|SHALL|SHALL NOT|SHOULD|SHOULD NOT|RECOMMENDED|MAY|MAY NOT|OPTIONAL)`/\1/g' FILE_PATH-
Updated
Apr 9, 2020 - JavaScript
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
May 29, 2018 - JavaScript
In the scorer, argument x should be checked to lie in the interval [a,b].
-
Updated
May 28, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Feb 28, 2020 - JavaScript
https://github.com/qri-io looks like a very cool project.
I wonder if we could have tiles like:
qri.foobar
where foobar = any of their datasets.
-
Updated
May 15, 2020 - JavaScript
-
Updated
Jan 15, 2020 - JavaScript
Following the link in the README to the student demo, it doesn't appear to work?
It would be useful if there was also an instructor demo (eg I was wondering if I could select multiple cells of both markdown and code type as part of a single exercise answer but there was no quick way fo
-
Updated
Mar 20, 2018 - JavaScript
-
Updated
Jan 11, 2019 - JavaScript
-
Updated
Dec 2, 2019 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
- switch
transaction_idandrule_instance_idfrom string to UUID data type in postgres transactions. add [sequelize uuid](https://sequelize.readthedocs.io/en/1.7.0/docs/mo
-
Updated
Nov 28, 2019 - JavaScript
Improve this page
Add a description, image, and links to the data-science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-science topic, visit your repo's landing page and select "manage topics."


Not really an issue but thought I would mention it. When installed via npm the dist folder contains two resources for the minified code:-
It wasn't immediately clear which one to use so maybe you can remove one.
Thanks for a great package.