Skip to content

Workbench

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

756 results found

  1. 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.SparkConf

    object 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Data Prep  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. "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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. A team share mode, like Google Docs.

    It'll make easier to work in team.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 20 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Shortened URLs (Google) for notebooks cannot be imported

    Importing others' DSWB notebooks doesn't work if URL is shortened (Google)

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. R dataframes in output not "pretty"

    Dataframes in R not "pretty"

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Jupyter - R  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. [R] Remove auto-tabbing feature for "<-" assignments

    [R] Assignment using "<-" causes tabbing behaviour when pressing Enter

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Jupyter - R  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Data Prep  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Service status page

    Whenever there is an outage, there should be a status page that provides users with the status and estimated up time.

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    planned  ·  1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Name notebooks based on type (dont default to .ipynb)

    I get a notebook called Untitled.ipynb even for notebooks that use Scala

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 2 34 35 36 38 Next →
  • Don't see your idea?

Feedback and Knowledge Base