Domande taggate «jupyter-notebook»

Jupyter Notebook è un'applicazione Web che fornisce un frontend per molte lingue e shell interattive come IPython. Jupyter Notebook, a differenza del suo precedente notebook IPython, supporta molte lingue e shell interattive oltre a Python e IPython.

16
Perché non riesco ad accedere al server Jupyter Notebook remoto?
Ho avviato un server Jupyter Notebook sul mio server centos6.5 e jupyter funziona come [I 17:40:59.649 NotebookApp] Serving notebooks from local directory: /root [I 17:40:59.649 NotebookApp] 0 active kernels [I 17:40:59.649 NotebookApp] The Jupyter Notebook is running at:https://[all ip addresses on your system]:8045/ [I 17:40:59.649 NotebookApp] Use Control-C to stop …


18
Come convertire i notebook IPython in PDF e HTML?
Voglio convertire i miei notebook ipython per stamparli, o semplicemente inviarli in formato html. Ho notato che esiste già uno strumento per farlo, nbconvert . Anche se l'ho scaricato, non ho idea di come convertire il notebook, con nbconvert2.py poiché nbconvert dice che è deprecato. nbconvert2.py dice che ho bisogno …


2
Notebook Jupyter con Python 3.8 - NotImplementedError
Aggiornato di recente a Python 3.8 e installato jupyter. Tuttavia, quando si tenta di eseguire jupyter notebookottenendo il seguente errore: File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\tornado\platform\asyncio.py", line 99, in add_handler self.asyncio_loop.add_reader(fd, self._handle_events, fd, IOLoop.READ) File "c:\users\user\appdata\local\programs\python\python38\lib\asyncio\events.py", line 501, in add_reader raise NotImplementedError NotImplementedError Conosco Python 3.8 su Windows passato di ProactorEventLoopdefault, quindi sospetto che …

2
Perché il modello keras prevede un rallentamento dopo la compilazione?
In teoria, la previsione dovrebbe essere costante in quanto i pesi hanno una dimensione fissa. Come posso ripristinare la velocità dopo la compilazione (senza la necessità di rimuovere l'ottimizzatore)? Vedi esperimento associato: https://nbviewer.jupyter.org/github/off99555/TensorFlowExperiments/blob/master/test-prediction-speed-after-compile.ipynb?flush_cache=true


Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.