Skip to main content

Questions tagged [interactive]

Interactive software accepts and responds to input from humans, in contrast to noninteractive software, which operate without human contact.

interactive
0 votes
0 answers
25 views

Python command-line history with timestamps

Is there a way to record the time of each command? For example, hooking the interactive shell so that it writes the same content of ~/.python_history to ~/.python_history_timestamps but with ...
dragomang87's user avatar
-1 votes
0 answers
17 views

Load text from json file in drawio diagram

I need to create an UML diagram that needs to be interactive (display/hide layers) and is able to load the labels for the different shapes from another file (e.g. json). I'm aware that Drawio supports ...
user1226105's user avatar
0 votes
1 answer
12 views

Interactive debugging in Spyder: calling a function in a debug mode from a debug console

Python 3.11, Spyder 5.5.1. I want to do this: when I debug a function and stop at a breakpoint, I want to call another existing function (that is not called in the code of the original debugged ...
Dmitry Labukhin's user avatar
0 votes
1 answer
47 views

I am trying to create this hamburger menu dropdown but I am not sure how to connect it to the checkbox which is suppose to make the dorpdown happen

I have tried using the #active:checked ~.dropdown to connect the dropdown action of appearing and disappearing on press, to the menu/close icon checkbox but it does not seem to work. Do you think ...
ahsan waqar's user avatar
0 votes
0 answers
23 views

How to properly zoom and update OpenStreetMap tiles on my JS Maps

When I launch the file everything works fine and the mouse movements are correct however the zoom is catastrophic and it does not zoom/refresh the next tiles of OpenStreetMap class CustomMap { ...
SearchArea France's user avatar
0 votes
0 answers
20 views

Rendering Jupter Notebook Issue

I am using nbconvert to render out a jupyter notebook and want to try and show case an interactive dataframe so that other members of my team can look at the data, but there are more markdown cells ...
Ishana Garuda's user avatar
0 votes
0 answers
20 views

how to make jupyter lab prepared by matplotlib interactive?

I am using this code import numpy as np import matplotlib.pyplot as plt from matplotlib.widgets import RectangleSelector from matplotlib.patches import Rectangle # Import for rectangle visualization ...
Deepak's user avatar
  • 1
0 votes
0 answers
37 views

Is it possible to export an interactive ggplot (ggplotly) to PowerPoint, whilst maintaining its interactivity?

Today I learned that it is possible to create an interactive ggplot using ggplotly. I managed to export this plot using saveWidget(ggplotly(x), file = "myplot.html"). This works great. ...
Stefanie van den Berg's user avatar
0 votes
0 answers
36 views

How to make Infographic block responsive?

I have problems to make a infographic block that I created responsive. I have a block in which their is an image, on the image their are cogwheels, under image numeric line. Each time when user hovers ...
Robert Zohrabyan's user avatar
1 vote
1 answer
33 views

Way to make input_text_area appear reactively when option is selected from input_radio_buttons in Python Shiny

I'm developing a web app in Shiny express for Python. I've implemented a group of radio buttons so that users can try out some pre-defined input for the app. One of the buttons is labelled "I ...
makemyDNA's user avatar
0 votes
1 answer
63 views

Sliders and Observables in Julia GLMakie

I have troubles in understanding which syntax is currently correct to make interactive objects in Julia with GLMakie. I wrote a very easy code as an example to show what I understood and that it doesn'...
Maxim Tiburziano's user avatar
0 votes
0 answers
32 views

GT table with R - Is it possible to use tab_spanner or something similar for an Interactive table

I am using GT table a lot, and want to make these tables interactive. But when using tab_spanner for two or more columns and setting opt_interactive(active = TRUE), the spanner is gone. Does anyone ...
Hdmas's user avatar
  • 11
0 votes
0 answers
39 views

Using flutter_maps package, intercative polygons drawn are not all shown , only the last is rendered

I have used flutter_map package: https://github.com/fleaflet/flutter_map I have already modified it for my own project in such a way that a user can use 1 click to start drawing, simplifying hovering ...
masoud Afrakhteh's user avatar
0 votes
0 answers
38 views

Making map using react-zoom-pan-pinch

I'm trying to make a map out of an image and a html map component. I will wrap everything in-side a pre-build react component for zoom, but it is here the problems start. As you can see, I use htmls ...
OrangeSquare's user avatar
1 vote
1 answer
33 views

Overlay multiple lines with bokeh

How can overlay multiple lines on the same figure in bokeh? This is what I've tried; consider the fallowing data. import pandas as pd df = pd.DataFrame( { "seq": list(range(5)) +...
suvayu's user avatar
  • 4,530

15 30 50 per page
1
2 3 4 5
127