Cannot upload huge file in IPython notebook - ipython

I am trying to upload a weblog file which is of size 500MB in my IPython notebook. But I get the error "Cannot upload the file >25Mb".
Is there a way I can overcome this error. Any help would be appreciated.
Thanks.

I was able to upload 6 GB file also in the later version of the Anaconda Distribution, I think the same was fixed in the later versions.
I am currently using conda 4.5.11.

Related

Where we can get older versions of VSCode (like 1.25) in ZIP format?

First of all, I have to make clear that I need the zip version because I will use it on Win 64 in the business and there we have no admin privileges on notebook.
I looked out over web but I wasn't able to find where I can get the VSCode v1.25(.1). I only found .EXE versions or source code archive.
Why I need this? VSCode 1.26 and greater (and many others electron based applications) are very slow in Win 64. Thank God I use Linux at home! Please, see this issue: https://github.com/microsoft/vscode-docs/issues/4609
Ok, after report it as an issue on github vscode repository, somebody gave me the provisory link and previous archives (zip) versions will be put available asap issue come to be solved.
VSCode 1.25.1 archive (zip) Win64 link: https://vscode-update.azurewebsites.net/1.25.1/win32-x64-archive/stable
Go to https://code.visualstudio.com/docs/supporting/faq#_previous-release-versions.
The URLs to each download are provided there.

Unable to train Tesseract in Ubuntu

I am new in Tesseract, I am trying to train Tesseract in Ubuntu, I am using JTessBoxEditor for trainer, I have successfully generated .tif and .box file, but I am unable to Trainer data using it, during JTessBoxEditor Trainer, I don't know which Tesseract Executable location need to select for training data.
Can some please help here. Thanks in advance.
You'd need to build the Tesseract training tools first. Their installation directory can be determined by executing which tesseract command.

PowerShell Tools can't download files from cloud storage, but gsutil works

Managed to get the PowerShell cmdlets installed and have been trying to download or list files in our bucket. I keep getting this message when I try any commands, as shown in the documentation.
Object reference not set to an instance of an object
When I use gsutil, I can download files just fine.
Is there a setting I may have missed?
what is you powershell version? Make sure you have latest powershell version 5.0 installed on your machine.
I was facing similar issue and could resolve by installing powershell 5.0.
I hope this helps.
Regards,
Praful
Read-gcsobject to download a file

Error talking to the Parse servers;please try again Windows 7

I'm using 64 bit Windows 7. I have downloaded the latest version of Parse.exe and ParseConsole.exe into a folder. When I run ParseConsole.exe and key in parse new command I'm getting this error:
Error talking to the parse servers;please try again
When I key in the command parse help I'm getting info.
Am I missing something? Do I need to install any other plugins? How should I get it to run without errors?
I also struggled a lot facing the same issue.
I was however able to solve the same.
Download the CLI from the website.
Go here and check if you have same version of parse.exe as downloaded or else replace the older one with this.
copy both of the files ( parse.exe and parseconsole.exe) into c:\windows\system32 for 32 bit operating system and into c:\windows\syswow64 for 64 bit operating system
open windows power shell and run it as administrator , test all your commands.
It should be working fine now :)

sbt/sbt : no such file or directory error

I'm trying to install spark in my ubuntu machine. I have installed sbt and scala. I'm able to view their versions. But, when I try to install spark using 'sbt/sbt assembly' command, i get the below error.
'bash: sbt/sbt: No such file or directory'
Can you please let me know where I am making a mistake. I have been stuck here since yesterday.
Thank you for the help in advance.
You may had downloaded the pre-built version of Spark. If its a pre-built you dont need to execute built tool command(sbt) and it wont be available.