L
L
LakeForest2021-09-27 16:46:02
Python
LakeForest, 2021-09-27 16:46:02

How in jupyter lab to do wait for user input with view df cells in loop for moderation?

We need to make a user-friendly interface for moderation.
There is a dataframe of bad records.

It is necessary that the audio recording and interpretations of this audio (viewed by the user) are updated in a cycle.
I would like to enter the desired record and get the next iteration step (audio + dataframe cell)
I would like the output to be updated

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rustamka Vorontsov, 2014-10-23
@likeapimp

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /file.php?go=$1 [L]

B
bumbay, 2014-10-23
@bumbay

rewrite htaccess

U
ugodrus, 2014-10-23
@ugodrus

I would advise you to listen to the advice of Alexander Alexandrovich. It will be wiser. Or do it through mod_rewrite but bypassing the script. Those. already at the Apache level redirect to the requested URL. It's a matter of performance improvement.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question