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
0
votes
0 answers

Segmentation Fault R markdown on MacOs using Dataspell/Pycharm

I've encountered the following Problem while running ggplot2 in a R-markdown cell. If I run the code as a Cell I get the error but if I knit the whole document to HTML there are no Problems. Does anyone have an idea what the problem could be ? Im on…
Jonathan D
  • 11
  • 3
0
votes
0 answers

how can i see function arguments in DataSpell?

not ctrl+Q or ctrl+P.just like in jupyter notebook to use shift+tab
0
votes
0 answers

Can not select "all" text in python console in DataSpell

The screenshot shows a query that was printed by code run by Execute in python console. I can not select more than the visible amount even though the query stretches for multiple pages. There is no "Select All" in the context menu and "Command-A"…
WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560
0
votes
1 answer

DataSpell: Create python virtual environment using DataSpell

How to create a virtual environment and activate it using DataSpell?
-1
votes
1 answer

Code Completion not working properly in DataSpell?

I have included three images highlighting the issue I've encountered with code completion in Dataspell. The image below shows how an instance of Jupyter running in a browser deals with code completion. In the example below, you can see that for an…
Urizen
  • 2,331
  • 6
  • 23
  • 33
-2
votes
0 answers

how can i setup cuda in dataspell?

I have already set up cuda in terminal but it is not working in dataspell. error------------------------------------------------------------------------------------------ (base) PS C:\\Users\\hemgo\dataspell> !conda install pytorch torchvision…
1 2 3 4
5