Workbench
621 results found
-
Allow adding of XML data into workbench
Please add the ability to add XML data into the workbench. I was not able to drag / drop or add via URL XML data into the workbench.
2 votes -
A team share mode, like Google Docs.
It'll make easier to work in team.
5 votes -
explain why message "A master URL must be set in your configuration" is generated
trying to run example from spark website, shown below:
import org.apache.spark.SparkContext
import org.apache.spark.SparkContext._
import org.apache.spark.SparkConfobject SimpleApp {
def main(args: Array[String]) {
val logFile = """C:\Users\John\scalatest.txt""" // Should be some file on your system
val conf = new SparkConf().setAppName("Simple Application")
val sc = new SparkContext(conf)
val logData = sc.textFile(logFile, 2).cache()
val numAs = logData.filter(line => line.contains("a")).count()
val numBs = logData.filter(line => line.contains("b")).count()
println("Lines with a: %s, Lines with b: %s".format(numAs, numBs))
}
}2 votes -
1 vote
-
Allow logging in with email instead of user id
It is now very common on the web to be able to log in to a service with email instead of a user id. Ideally, Data Scientist Workbench should allow users to login with either user id or email.
8 votes -
Shortened URLs (Google) for notebooks cannot be imported
Importing others' DSWB notebooks doesn't work if URL is shortened (Google)
4 votes -
Infinite loop in Python kills my DSWB account
DOWNLOAD YOUR NOTEBOOKS AND DATA FIRST BEFORE RUNNING ANY INFINITE LOOP
In Python, I ran:
while True:
... print "hi"This literally killed my workbench. I can't open my Python notebooks anymore. I couldn't interrupt the kernel or restart it.
2 votes -
As a data source in 'Find Data', provide access to curated data sources(Example. Twitter data for sentiment analysis?
Link curated data sources in the 'Find Data' drop down. Weather data, Economic data, Demographic data, Social media data.
3 votes -
"My Notebooks" menu contents should be different
Once I am in my workbench, at the top menu, I see "My Notebooks". Its contents should be something like:
Recent notebooks > {List of three most recent notebooks}
Create a new notebook > Python/Spark/R...or something like that. I don't think people are likely to choose from the current options of:
-"Download Everything" (what does this even mean?)
-"Download All Notebooks"
-"Logout" (why is this option here?)0 votes -
The private information 'save consent' is missing the actual information it will save. Show it.
IBM Data Scientist Workbench
Data Scientist Workbench is a walk-up-and-use cloud environment for doing ad-hoc analytics and creating data products in interactive notebooks.
This application is requesting the following private information:Save Consent:
3 votes -
Name notebooks based on type (dont default to .ipynb)
I get a notebook called Untitled.ipynb even for notebooks that use Scala
2 votes -
R dataframes in output not "pretty"
Dataframes in R not "pretty"
2 votes -
Improve information on front page ...its not clear that Scala is supported, or that even R shell is supported.
Only IPython/Jupyter is really highlighted
5 votes -
[R] Remove auto-tabbing feature for "<-" assignments
[R] Assignment using "<-" causes tabbing behaviour when pressing Enter
1 vote -
https://labs.cognitiveclass.ai/v2/tools/jupyterlite not working please fix it ASAP!
not working please fix it ASAP! by Coursera
1 vote -
change an error in the notebook?
Should be "four" instead of "three" here?
"We don’t have to read the entire file, for example, we can read the first 4 characters by entering three as a parameter to the method .read():"
1 vote -
ERROR 500 SKILLS NETWORK LABS
COURSE SQL BASIC
500 Internal Server Error0 votes -
1 vote
-
Change 'concentrate' to 'concatenate'
In the final question on functions, you say 'concentrate' when you intend 'concatenate'.
0 votes -
Start my Jupyter notebooks (and other tools) immediately
Right now it takes 2-3 minutes (and sometimes even longer) to start Jupyter and other tools in my Workbench. This is too long and causes loss of productivity. It wuld be good if my tools started right away (few seconds) rather than few minutes.
0 votes
- Don't see your idea?