Re: [Tutor] I need help with my project

2018-11-30 Thread Cameron Simpson
Avi and Alan and Sibylle, you're making this a bit hard on the OP (Treyton). Yes he's supplied no context, but it is easy to make some suggestions. Each of yours suggests he design a much wider system (menu entry, web interface, some kind of GUI). All of which is (a) beyond him and (b) irrel

[Tutor] Moving a conda environment to an off-line computer

2018-11-30 Thread Henrique Castro
Dear colleagues, Soon I'll start to use one of the powerful computers on my university as a tool in my Ph.D. The computer does not have an internet connection and I need to find a way to install a conda environment on it. At first I tried to install and set the conda environment that I need in a

Re: [Tutor] Moving a conda environment to an off-line computer

2018-11-30 Thread Alan Gauld via Tutor
On 30/11/2018 13:47, Henrique Castro wrote: > ... use one of the powerful computers on my university It would help if we knew what kind of powerful computer this is. What OS does it run? It sounds like some variety of Unix, but which? Does it have a C compiler on board? > The computer does not ha

Re: [Tutor] Moving a conda environment to an off-line computer

2018-11-30 Thread Steven D'Aprano
On Fri, Nov 30, 2018 at 01:47:11PM +, Henrique Castro wrote: > Dear colleagues, > Soon I'll start to use one of the powerful computers on my university > as a tool in my Ph.D. The computer does not have an internet > connection and I need to find a way to install a conda environment on > i

Re: [Tutor] Moving a conda environment to an off-line computer

2018-11-30 Thread Mats Wichmann
On 11/30/18 5:35 PM, Steven D'Aprano wrote: > On Fri, Nov 30, 2018 at 01:47:11PM +, Henrique Castro wrote: > >> Dear colleagues, > >> Soon I'll start to use one of the powerful computers on my university >> as a tool in my Ph.D. The computer does not have an internet >> connection and I nee

Re: [Tutor] Search error code in a logfile and print all lines until the error code

2018-11-30 Thread Steven D'Aprano
On Thu, Nov 29, 2018 at 06:23:42PM +0530, Asad wrote: [...] > It gives me error : > > IOPub data rate exceeded. > The notebook server will temporarily stop sending output > to the client in order to avoid crashing it. > To change this limit, set the config variable > `--NotebookApp.iopub_data_rat