Workbench
656 results found
-
I'd like to use spark-ts to analyze time series data with Spark. Could you please add this?
Could we please add spark-ts to DSWB?
6 votes -
8 votes
-
Error importing breeze.plot._, library is not present for Scala notebooks
There seems to be an issue when I try to import breeze.plot._. When I try, it gives me an error saying:
object plot is not a member of package breeze.For Scala notebooks, I cannot install the library for myself.
Would it be possible to install the library for all users?
3 votes -
Create tutorial on how to use Google TensorFlow
TensorFlow is now available in the DSWB but there is little in the way of information available on how to make use of TensorFlow in the DSWB. A short tutorial would be great.
19 votes -
Available for free?
This is an interesting tool. I'd like to know if it will be available for free in the future, or the costs if there will be any
1 vote -
Integrate NUPIC as tool
NUPIC is a famous and useful tool for time series and anomaly detection, but I cannot install it on my workbench。
https://github.com/numenta/nupic1 vote -
when i install nupic,why error?
when i install nupic ,!pip install nupic, I don't know why?
.......................................
Downloading/unpacking nupic
Downloading nupic-0.5.2-py2-none-any.whl (4.7MB): 4.7MB downloaded
Downloading/unpacking PyMySQL==0.6.2 (from nupic)
Downloading PyMySQL-0.6.2-py2.py3-none-any.whl (63kB): 63kB downloaded
Downloading/unpacking numpy==1.9.2 (from nupic)
Downloading numpy-1.9.2.tar.gz (4.0MB): 4.0MB downloaded
Running setup.py (path:/home/notebook/kaenv/build/numpy/setup.py) egginfo for package numpy
Running from numpy source directory.warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution
Downloading/unpacking pyproj==1.9.3 (from nupic)
Downloading pyproj-1.9.3.tar.gz (2.7MB): 2.7MB downloaded
Running setup.py (path:/home/notebook/kaenv/build/pyproj/setup.py) egginfo for package pyproj
Output…1 vote -
6465
54469
1 vote -
Switch between Jupyter and Zeppelin without losing context
It's often useful to refer to a Jupyter notebook while working on a Zeppelin one and vice versa. It would be great if I could do it without losing my place in what I'm working on
11 votes -
add the sample Wikipedia Page Count Data to DSW
Went thru training this week where we used scala to operate on the wikipedia page count data
sc.textFile("dbfs:/mnt/training-write/essentials/pagecounts/staging/")
have already moved my code just need to the data from the data bricks labs to DSW
3 votes -
Add ibmdbpy library to IPython and Zeppelin notebooks
The ibmdbpy project provides a Python interface for data manipulation and access to in-database algorithms in IBM dashDB and IBM DB2. It accelerates Python analytics by seamlessly pushing operations written in Python into the underlying database for execution, thereby benefiting from in-database performance-enhancing features, such as columnar storage and parallel processing.
9 votesInstructions for using ibmdbpy in Jupyter notebooks can be found here: http://support.datascientistworkbench.com/knowledgebase/articles/860571-access-dashdb-or-db2-using-ibmdbpy-from-python-n
There is also a sample notebook on the welcome screen. -
I want to be able to load my Data from Aliyun OSS
As a user in China, I may want to load my dataset files from Aliyun OSS.
1 vote -
I need a "REFRESH" button for current folder in "My Data"
I have saved a data set using python in Jupyter notebook, but I dont see the file in myfolder unless I refresh the browser. Having a refresh button in the current folder helps.
2 votes -
I need graphviz package in zeppelin
To visualize decision trees, I need graphviz package to be installed in Zeppline.
4 votes -
I should be able to import the datasets in /my-data/ directly into a tool I want to use
In the /my-data/ page, when I click on a dataset like "medals.csv", I'd like to see a popup menu asking menu which tool I want to use it with (OpenRefine/RStudio/Zeppelin/Jupyter). Whichever I choose, it should automatically open a notebook with the correct import command. E.g., it show create a new notebook containing
import pandas as pd
medals = pd.read_csv("correctpath/medals.csv")6 votes -
Tooltips for the Download, Move, Copy, Delete buttons in My Data
Tooltips for the Download, Move, Copy, Delete buttons in My Data. They're a little hard to tell apart
4 votes -
I'd like a Chrome extension that allows me to import raw notebooks from Github (or elsewhere) at the click of a button
I am taking an online course that hosts its .ipynb notebooks on Github. With a Chrome extension, I'd like to be able to easily import these notebooks into DSWB because it's free and I don't need to install anything.
1 vote -
I want to use R and SparkR in Zeppelin
I want to use R and Spark R in Apache Zeppelin.
Reference:
http://www.r-bloggers.com/interactive-data-science-with-r-in-apache-zeppelin-notebook/3 votes -
Add ability to attach JARs
It would be great to add the ability to attach external JARs to Zeppelin and Jupyter so that projects, such as SystemML, could be imported and used with Spark.
4 votes -
install all dependencies required for some R packages
I'm trying to install packages such as OAIHarvester but there are errors such as : "Configuration failed because libxml-2.0 was not found". There are other dependencies required as well.
5 votes
- Don't see your idea?