Questions tagged [dataspell]

JetBrains DataSpell is an IDE for data science with intelligent Jupyter notebooks, interactive Python scripts, and lots of other built-in tools.

The IDE for Professional Data Scientists

DataSpell is an Integrated Development Environment (IDE) that is dedicated to specific tasks for exploratory data analysis and prototyping ML (machine learning) models.

Main features

Python

Regardless of whether you work in Jupyter notebooks or Python scripts, you will always be able to rely on intelligent code completion, on-the-fly error checking and quick-fixes, and easy code navigation.

Markdown

DataSpell supports editing and rendering Markdown in both notebook cells and in separate files. LaTeX support is not ready yet, but coming soon.

Interactive outputs

DataSpell fully supports both static and JavaScript-based outputs used by scientific libraries, such as Plotly, Bokeh, Altair, ipywidgets, and others. For DataFrames, DataSpell offers rich interactive table controls.

Conda

Built-in support for Conda makes it easy to create, manage, and reuse environments and dependencies.

Debugger

The Debugger is supported in both Jupyter notebooks and Python scripts. Stop at breakpoints, step through the code, and browse and manage the state of the variables.

SQL

Connect to your database to explore tables, perform refactorings, import/export data, and more.

R

Basic support for R includes a debugger, dataset and visualization explorer, package manager, intelligent coding assistance, and more.

Plugins

The Vim emulation, Docker, additional VCS, custom appearance themes, and much more is available through a universe of plugins.

Links

66 questions
1
vote
0 answers

AttributeError: 'H2OFrame' object has no attribute 'to_html'

I just installed the most recent version of h2o for Python. And it generates the following error: import h2o h2o.init() h2o_df = h2o.H2OFrame(some_df) the error: Traceback (most recent call last): File…
user1700890
  • 7,144
  • 18
  • 87
  • 183
1
vote
0 answers

Dataspell directory won't detach

I have a directory in my IDE called "Scratches and Consoles". I want to get rid of it on my page just for organization purposes. However when I right clight it won't let me detach the directory. Any advice?
Ryan Betz
  • 11
  • 1
1
vote
1 answer

No module named pandas error even though I have it installed and interpreter set (Dataspell, Jupyter notebook/lab))

Package manager: conda Using virtual environment: base conda environment Errors found in the following IDEs: Dataspell, Jupyter notebook - No errors in the following IDE: vs code error: import pandas as pd no module named 'pandas' First I'll…
Bruce Murdock
  • 63
  • 2
  • 7
1
vote
0 answers

Is it possible to open a project for development in a Docker container using PyCharm or DataSpell?

I would like to develop a Python project located inside a Docker container. The container itself contains the Python/anaconda environment, many python packages and also the project codes. I am able to use Visual Studio Code with a plugin Remote -…
CyberPlayerOne
  • 3,078
  • 5
  • 30
  • 51
1
vote
1 answer

Jupyter notebook ipywidgets interact does not show Pillow images

I want to use ipywidgets.interact to show Pillow images similar to what someone already did here. However, in my case Jupyter would not render the image. Instead it looks like this: If I output the image separately into a cell then it displays.…
C. E.
  • 10,297
  • 10
  • 53
  • 77
1
vote
2 answers

Getting an R Notebook to work in Jetbrains Dataspell

So I am just starting a data science/stats class and I am trying to setup a R notebook within Dataspell I am able to create a Jupyter notbook but it only wants a python interpreter and I can't seem to change the interpreter to R I only allows me…
ThatPurpleGuy
  • 426
  • 7
  • 20
1
vote
0 answers

Create project that is not in the default path in DataSpell

I tried the new DataSpell today, but fail to create a project. Every time I try to attach a directory, it has been marked as a library. And it seems like the Project is always…
Jia Gao
  • 1,172
  • 3
  • 13
  • 26
1
vote
1 answer

DataSpell is using so much memory while I am not running any program

DataSpell is using so much memory while I am not running any program. After few seconds, the IDE gets killed automatically. How can I turn off JCFF Helper from DataSpell? This stays even after the DataSpell is killed. Thanks in advance.
Forhad Hossain
  • 401
  • 4
  • 18
1
vote
2 answers

DataSpell: Jupyter server failed to start

I am getting following error while trying to run a jupyter-notebook cell from DataSpell. Can anyone suggest about how to get rid of this? Thanks in advance.
Forhad Hossain
  • 401
  • 4
  • 18
0
votes
0 answers

TensorFlow GPU Detection Issue in DataSpell on Ubuntu 22.04 with Nvidia 1080 GPU

I have successfully configured TensorFlow on a fresh Ubuntu 22.04 installation, following the instructions provided in the official TensorFlow documentation link. I have setup CUDA® Toolkit 11.8 cuDNN SDK 8.6.0 in my conda enviroment and I have my…
0
votes
0 answers

Dataspell notebook Jupyter not installed (macos)

I run DataSpell on a macOS device and when I open a notebook from a local directory that I have in workspace, over the notebook there is the message Jupyter is not installed The configured interpreter for the notebook is in a conda virtual…
exch_cmmnt_memb
  • 173
  • 1
  • 13
0
votes
0 answers

DataSpell does not show R graph in the plot window

I updated DataSpell to the latest version earlier today, now it won't display any graph in the plot window, plot() or ggplot() or demo(graphics) won't display anything in the build-in plot window. demo(graphics) works fine in the native R console. I…
Tianjian Qin
  • 525
  • 4
  • 14
0
votes
0 answers

Run Pandas queries on data frame in Dataspell variable viewer

After I run a script in Dataspell, I'm able to go to the variable viewer, "View as DataFrame", have the dataframe pop up in the main view window. But I also want to run Pandas queries on that data frame and have it display the result as a dataframe.…
Nick K
  • 23
  • 3
0
votes
0 answers

Pycharm and Dataspell can't be used at same time, Dropping Interpreter settings

The problem is stated in the title as it is. I am not sure where it went wrong. I even setup two interpreters for each of them, but still. When dataspell is open, Pycharm will drop interpreter, can't perform at all. Pycharm's interpreter setting…
pepCoder
  • 317
  • 1
  • 8
0
votes
0 answers

Issue with accessing remote jupyter notebook on Dataspell: folders won't open

Has anyone had much luck accessing jupyter notebooks remotely with Dataspell? I have chosen to "Connect to Jupyter server using URL" according to the instructions on this page You can see in the image that I have successfully accessed 10.4.0.70/7411…
Avery85
  • 133
  • 5