Djangoliv
Djangoliv
Is it possible to run the previous notebook cell with ipylab? I have a notebook with a cell with a button widget that runs unittests on the code in the...
I made several attempts but nothing works. I have to use %load_ext ipython_unittest. I try to modify /home/ogiorgis/.jupyter/jupyter_notebook_config.py with ``` c.InteractiveShellApp.extensions = [ 'ipython-unittest'] c.NotebookApp.nbserver_extensions = {'ipython_unittest': True} ``` I...
I can't export simple notebook in pdf with date in metadata. The conversion fail with the following example: ``` { "cells": [ ], "metadata": { "date": 1704808220.9683206 }, "nbformat": 4,...
After installing pyviz-comms, ipywidgets no longer works after a restart. To reproduce: ``` > pip install jupyterlab ipywidgets pyviz-comms > jupyter lab ``` create a simple cell with ipywidgets like...